ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
33

setHint(hintName, value)

Method javax.persistence.TypedQuery TypedQuery<X> setHint( String hintName, Object value ) Set ... the provider, this hint may or may not be observed. Parameters: hintName - name of property or hint value - value for the property or hint Returns: the same query instance Throws: IllegalArgumentException
33

setParameter(name, value)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( String name, Object value ) Bind an argument to a named parameter. Parameters: name - parameter name value - parameter value Returns: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond
33

setParameter(position, value)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( int position, Object value ) Bind an argument to a positional parameter. Parameters: position - position value - parameter value Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond
3

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
3

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
3

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
3

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
3

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
3

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
3

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

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