ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
118

Auto Generated Values

Marking a field with the @GeneratedValue annotation specifies that a value will be automatically ... this annotation for non-key numeric persistent fields as well. Several different value generation ... number generator is also used to generate numeric values for primary key fields annotated by
113

JPA Annotations for Value Generation

Automatically generated values are mainly useful for primary key fields, but are supported by ... can also reference a value generator, which is defined at the class level by using one of the following annotations: More details about automatic value generation are provided at the Generated Value section of the ObjectDB Manual.
47

value(value)

Method javax.persistence.criteria.CriteriaBuilder.In In<T> value( T value ) Add to list of values to be tested against. Parameters: value - value Returns: in predicate Since: JPA 2.0
47

value(value)

Method javax.persistence.criteria.CriteriaBuilder.Coalesce Coalesce<T> value( T value ) Add an argument to the coalesce expression. Parameters: value - value Returns: coalesce expression Since: JPA 2.0
47

value(value)

Method javax.persistence.criteria.CriteriaBuilder.In In<T> value( Expression<?> value ) Add to list of values to be tested against. Parameters: value - expression Returns: in predicate Since: JPA 2.0
47

value(value)

Method javax.persistence.criteria.CriteriaBuilder.Coalesce Coalesce<T> value( Expression<?> value ) Add an argument to the coalesce expression. Parameters: value - expression Returns: coalesce expression Since: JPA 2.0
34

setParameter(param, value)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( Parameter<T> param, T value ) Bind the value of a Parameter object. Parameters: param - parameter object value - parameter value Returns: the same query instance Throws: IllegalArgumentException - if the parameter does not correspond to a parameter of the query Since: JPA 2.0
3

javax.jdo.annotations.Value

javax.jdo.annotations Annotation Value Target: Fields (including property get methods) Annotation for the value of a map relation. Corresponds to the xml element "value". Since: JDO 2.1 String column Name of the column to store the value in. Name of the column to store the value in. Returns
3

Discriminator.value

Annotation Element javax.jdo.annotations.Discriminator String value The value for the discriminator for objects of this class when using "value-map" strategy. Returns: The value for the discriminator for objects of this class when using "value-map" strategy Default value: "" Since: JDO 2.1
3

Value.dependent

Annotation Element javax.jdo.annotations.Value String dependent Whether the value is dependent on the owner (and will be deleted when the owner is deleted). Returns: whether the value is dependent on the owner Default value: "" Since: JDO 2.1

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