ObjectDB ObjectDB

Internal Website Search

151-160 of 200 resultsRefresh
11

Updating Entities

of the models. Each controller package consists of Overview, Add, Modify, Delete. Overview uses a TabelView ... modify a value in it - employeeDB is not. I also know that if I do the following... Run program Go to Manage Employees Go to Manage Paygrades Modify a Paygrade Object Go to Manage Employees I will NOT
2

distinct(distinct)

from the subquery result or whether they must be retained Returns: the modified subquery. Since: JPA 2.0
2

distinct(distinct)

results must be eliminated from the query result or whether they must be retained Returns: the modified query Since: JPA 2.0
2

groupBy(grouping)

grouping expressions are simply removed. Parameters: grouping - list of zero or more grouping expressions Returns: the modified query Since: JPA 2.0
0

setStringField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setStringField( PersistenceCapable pc, int field, String currentValue, String newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

retrieve(pc, useFetchPlan)

. If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting
0

retrieveAll(pcs, useFetchPlan)

has not been modified from its default setting, all fields in the current fetch plan are fetched
0

retrieveAll(pcs, useFetchPlan)

has not been modified from its default setting, all fields in the current fetch plan are fetched
0

setRestoreValues(restoreValues)

Method javax.jdo.Transaction void setRestoreValues( boolean restoreValues ) If true, at rollback, fields of newly persistent instances are restored to their values as of the beginning of the transaction, and the instances revert to transient. Additionally, fields of modified instances of primitive
0

jdoPostLoad()

Method javax.jdo.listener.LoadCallback void jdoPostLoad() Called after the values are loaded from the data store into this instance. This method is not modified by the enhancer. Derived fields should be initialized in this method. The context in which this call is made does not allow access to other persistent JDO instances. Since: JDO 2.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support