ObjectDB ObjectDB

Internal Website Search

41-50 of 148 resultsRefresh
7

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( Expression<E> elem, Expression<C> collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element expression
7

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( Expression<E> elem, Expression<C> collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element expression
7

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( E elem, Expression<C> collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element collection - expression Returns: is-not-member predicate Since: JPA 2.0
7

isNotMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isNotMember( Expression<T> elem, Expression<T> collection ) Create a predicate that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true. Parameters: elem - element expression
7

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( E elem, Expression<C> collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element collection - expression Returns: is-member predicate Since: JPA 2.0
7

isMember(elem, collection)

Method javax.persistence.criteria.CriteriaBuilder Predicate isMember( Expression<T> elem, Expression<T> collection ) Create a predicate that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false. Parameters: elem - element expression
6

greaterThanOrEqualTo(x, y)

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

lessThan(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate lessThan( Expression<?> x, Expression<?> 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

lessThan(x, y)

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

notEqual(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate notEqual( Expression<T> x, Expression<T> y ) Create a predicate for testing the arguments for inequality. Parameters: x - expression y - expression Returns: inequality predicate 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