ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
34

setParameter(name, value, temporalType)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( String name, Calendar value ... - parameter name value - parameter value temporalType - temporal type Returns: the same query ... of the query or if the value argument is of incorrect type Since: JPA 2.0
34

setParameter(name, value, temporalType)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( String name, Date value ... - parameter name value - parameter value temporalType - temporal type Returns: the same query instance ... or if the value argument is of incorrect type Since: JPA 2.0
34

DiscriminatorValue.value

Annotation Element javax.persistence.DiscriminatorValue String value (Optional) The value that indicates that the row is an entity of the annotated entity type. If the DiscriminatorValue annotation ... to generate a value representing the entity type. If the DiscriminatorType is STRING, the discriminator value default is the entity name. Since: JPA 1.0
34

setParameter(position, value, temporalType)

Method javax.persistence.Query Query setParameter( int position, Date value, TemporalType ... value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter of the query or if the value argument is of incorrect type Since: JPA 1.0
3

Value.types

Annotation Element javax.jdo.annotations.Value Class[] types Types of the values. This can be determined if using JDK1.5 generics but is required otherwise. Multiple types can be specified if the implementation supports multiple types. Returns: the types of values Default value: {} Since: JDO 2.1
3

Value.updateAction

Annotation Element javax.jdo.annotations.Value ForeignKeyAction updateAction Update action to apply to any foreign key for the value. Returns: update action to apply to any foreign key for the value Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
3

Value.mappedBy

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

Value.indexed

Annotation Element javax.jdo.annotations.Value String indexed Whether the value column(s) should be indexed. Returns: whether the value column(s) should be indexed. Default value: "" Since: JDO 2.1
3

Value.table

Annotation Element javax.jdo.annotations.Value String table Name of the table for the value. Returns: the name of the table for the value Default value: "" Since: JDO 2.1
3

Value.serialized

Annotation Element javax.jdo.annotations.Value String serialized Whether the value is to be stored serialized (into a single column of a join table). Returns: Whether the value is to be stored serialized (into a join table) 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