ObjectDB ObjectDB

Internal Website Search

151-160 of 200 resultsRefresh
0

fetchFloatField(fieldNumber)

Methodjavax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier float fetchFloatField( int fieldNumber ) Fetch one field from the field manager. This field will be stored in the proper field of the ObjectId. Parameters: fieldNumber - the field number of the key field. Returns: the value of the field to be stored into the ObjectId. Since: JDO 1.0
0

fetchDoubleField(fieldNumber)

Methodjavax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier double fetchDoubleField( int fieldNumber ) Fetch one field from the field manager. This field will be stored in the proper field of the ObjectId. Parameters: fieldNumber - the field number of the key field. Returns: the value of the field to be stored into the ObjectId. Since: JDO 1.0
0

fetchCharField(fieldNumber)

Methodjavax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier char fetchCharField( int fieldNumber ) Fetch one field from the field manager. This field will be stored in the proper field of the ObjectId. Parameters: fieldNumber - the field number of the key field. Returns: the value of the field to be stored into the ObjectId. Since: JDO 1.0
0

fetchByteField(fieldNumber)

Methodjavax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier byte fetchByteField( int fieldNumber ) Fetch one field from the field manager. This field will be stored in the proper field of the ObjectId. Parameters: fieldNumber - the field number of the key field. Returns: the value of the field to be stored into the ObjectId. Since: JDO 1.0
0

addFetchGroups(groups)

Method javax.jdo.PersistenceManagerFactory void addFetchGroups( FetchGroup... groups ) Add the FetchGroups to the set of active fetch groups. FetchGroups are made unmodifiable before being added. FetchGroups that match existing FetchGroups replace the corresponding FetchGroups. The replaced
0

fetchBooleanField(fieldNumber)

Methodjavax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier boolean fetchBooleanField( int fieldNumber ) Fetch one field from the field manager. This field will be stored in the proper field of the ObjectId. Parameters: fieldNumber - the field number of the key field. Returns: the value of the field to be stored into the ObjectId. Since: JDO 1.0
0

makeTransientAll(useFetchPlan, pcs)

: useFetchPlan - whether to use the current fetch plan to determine which fields to load
0

equals(other)

Method javax.jdo.FetchGroup boolean equals( Object other ) Return whether this instance is equal to the other. The equals method must compare the class for identity and the fetch group name for equality. Parameters: other - Returns: whether this instance is equal to the other Since: JDO 2.2
0

clearGroups()

Method javax.jdo.FetchPlan FetchPlan clearGroups() Remove all active groups leaving no active fetch group. Returns: the FetchPlan Since: JDO 2.0
0

javax.jdo.spi.JDOImplHelper

constructor ObjectIdFieldSupplier: the field value is fetched from the ObjectIdFieldSupplier

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