ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
34

setParameter(param, value)

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

literal(value)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> literal( T value ) Create an expression for a literal. Parameters: value - value represented by the expression Returns: expression literal Throws: IllegalArgumentException - if value is null Since: JPA 2.0
34

setParameter(position, value, temporalType)

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

setParameter(position, value, temporalType)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( int position, Calendar value ... : position - position 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
3

Value.deleteAction

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

Value.embeddedMapping

Annotation Element javax.jdo.annotations.Value Embedded[] embeddedMapping The embedded mapping for the value. Returns: the embedded mapping for the value Default value: {} Since: JDO 2.1
3

Value.embedded

Annotation Element javax.jdo.annotations.Value String embedded Whether this value is embedded. Returns: whether this value is embedded Default value: "" Since: JDO 2.1
3

Value.columns

Annotation Element javax.jdo.annotations.Value Column[] columns The column(s) for the value. Returns: the column(s) for the value Default value: {} Since: JDO 2.1
3

Value.column

Annotation Element javax.jdo.annotations.Value String column Name of the column to store the value in. Returns: the name of the column to store the value in Default value: "" Since: JDO 2.1
3

addExtension(key, value)

Method javax.jdo.Query void addExtension( String key, Object value ) Add a vendor-specific extension to this query. The key and value are not standard. An implementation must ignore keys that are not recognized. Parameters: key - the key of the extension value - the value of the extension Since: JDO 2.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