ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
25

in(values)

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

getExpression()

Method javax.persistence.criteria.CriteriaBuilder.In Expression<T> getExpression() Return the expression to be tested against the list of values. Returns: expression Since: JPA 2.0
25

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
25

in(values)

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

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
25

in(values)

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

readExternal(in)

Method javax.jdo.identity.StringIdentity void readExternal( ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0
2

readExternal(in)

Method javax.jdo.identity.ByteIdentity void readExternal( ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0
2

readExternal(in)

Method javax.jdo.identity.SingleFieldIdentity void readExternal( ObjectInput in ) Read from the input stream. Creates a new instance with the target class name set Parameters: in - Since: JDO 1.0
2

readExternal(in)

Method javax.jdo.identity.LongIdentity void readExternal( ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input 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