ObjectDB ObjectDB

Internal Website Search

51-60 of 148 resultsRefresh
6

having(restrictions)

Method javax.persistence.criteria.CriteriaQuery CriteriaQuery<T> having( Predicate... restrictions ... restriction predicates. Replaces the previously added having restriction(s), if any. If no restrictions ... more restriction predicates Returns: the modified query Since: JPA 2.0
6

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
6

greaterThanOrEqualTo(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate greaterThanOrEqualTo( Expression<T> x, Expression<T> y ) Create a predicate for testing whether the first argument is greater than or equal to the second. Parameters: x - expression y - expression Returns: greater-than-or-equal predicate Since: JPA 2.0
6

le(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate le( Expression<?> x, Expression<?> y ) Create a predicate for testing whether the first argument is less than or equal to the second. Parameters: x - expression y - expression Returns: less-than-or-equal predicate Since: JPA 2.0
6

lessThan(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate lessThan( Expression<T> x, Expression<T> y ) Create a predicate for testing whether the first argument is less than the second. Parameters: x - expression y - expression Returns: less-than predicate Since: JPA 2.0
6

greaterThan(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate greaterThan( Expression<?> x, Y y ) Create a predicate for testing whether the first argument is greater than the second. Parameters: x - expression y - value Returns: greater-than predicate Since: JPA 2.0
6

between(v, x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate between( Expression<?> v, Y x, Y y ) Create a predicate for testing whether the first argument is between the second and third arguments in value. Parameters: v - expression x - value y - value Returns: between predicate Since: JPA 2.0
6

greaterThan(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate greaterThan( Expression<T> x, Expression<T> y ) Create a predicate for testing whether the first argument is greater than the second. Parameters: x - expression y - expression Returns: greater-than predicate Since: JPA 2.0
6

between(v, x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate between( Expression<T> v, Expression<T> x, Expression<T> y ) Create a predicate for testing whether the first argument is between the second and third arguments in value. Parameters: v - expression x - expression y - expression Returns: between predicate Since: JPA 2.0
6

where(restrictions)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> where( Predicate... restrictions ... restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions ... more restriction predicates Returns: the modified query Since: JPA 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