ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
0

fetchFloatField(fieldNumber)

Method javax.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)

Method javax.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

fetchLongField(fieldNumber)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier long fetchLongField( 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

fetchIntField(fieldNumber)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier int fetchIntField( 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

getObjectId(pc)

with a PersistenceManager from the same JDO implementation to locate a persistent instance with the same data store ... identity is not managed by the application or the data store, then the ObjectId returned
0

Key.column

Annotation Element javax.jdo.annotations.Key String column Name of the column to store the key in. Returns: name of the column to store the key in Default value: "" Since: JDO 2.1
0

Element.serialized

Annotation Element javax.jdo.annotations.Element String serialized Whether the element is to be stored serialized (into a join table) Returns: whether the element is to be stored serialized (into a join table) Default value: "" Since: JDO 2.1
0

Key.mappedBy

Annotation Element javax.jdo.annotations.Key String mappedBy Name of a member in the value class where this key is stored. Returns: the name of a member in the value class where this key is stored Default value: "" Since: JDO 2.1
0

Element.column

Annotation Element javax.jdo.annotations.Element String column Name of the column to store the element in. Returns: name of the column to store the element in Default value: "" Since: JDO 2.1
0

jdoGetObjectId()

with the same data store identity. If the JDO identity is managed by the application, then the ObjectId ... the PersistenceCapable class. If the JDO identity is not managed by the application or the data store

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