ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
33

setParameter(position, value)

Method javax.persistence.Query Query 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 to a positional
33

setParameter(name, value)

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

in(values)

Method javax.persistence.criteria.Expression Predicate in( Object... values ) Create a predicate to test whether the expression is a member of the argument list. Parameters: values - values to be tested against Returns: predicate testing for membership Since: JPA 2.0
33

in(values)

Method javax.persistence.criteria.Expression Predicate in( Collection<?> values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - collection of values to be tested against Returns: predicate testing for membership Since: JPA 2.0
33

setHint(hintName, value)

Method javax.persistence.Query Query setHint( String hintName, Object value ) Set a query property or hint. The hints elements may be used to specify query properties and hints. Properties defined by ... may or may not be observed. Parameters: hintName - name of the property or hint value - value
33

PersistenceProperty.value

Annotation Element javax.persistence.PersistenceProperty String value The value of the property Since: JPA 1.0
33

values()

Static Method javax.persistence.criteria.JoinType JoinType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (JoinType c : JoinType.values()) System.out.println(c) Returns: an array containing
3

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
3

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
3

storeFloatField(fieldNumber, value)

Method javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer void storeFloatField( int fieldNumber, float 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