ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
2

javax.persistence.OrderBy

javax.persistence Annotation OrderBy Target: Fields (including property get methods) Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved. The syntax of the value ordering element is an orderby
0

storeObjectField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeObjectField( int fieldNumber, Object value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeLongField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeLongField( int fieldNumber, long value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeStringField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeStringField( int fieldNumber, String value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeShortField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeShortField( int fieldNumber, short value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeByteField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeByteField( int fieldNumber, byte value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeBooleanField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeBooleanField( int fieldNumber, boolean value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeDoubleField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeDoubleField( int fieldNumber, double value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeCharField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeCharField( int fieldNumber, char value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0
0

storeIntField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeIntField( int fieldNumber, int value ) Store one field into the field manager. This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.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