ObjectDB ObjectDB

Internal Website Search

111-120 of 148 resultsRefresh
6

notLike(x, pattern, escapeChar)

Method javax.persistence.criteria.CriteriaBuilder Predicate notLike( Expression<T> x, String pattern, Expression<T> escapeChar ) Create a predicate for testing whether the expression does not satisfy the given pattern. Parameters: x - string expression pattern - string escapeChar - escape character expression Returns: not-like predicate Since: JPA 2.0
6

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
6

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
6

lessThanOrEqualTo(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate lessThanOrEqualTo( 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

lessThanOrEqualTo(x, y)

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

notEqual(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate notEqual( Expression<?> x, Object y ) Create a predicate for testing the arguments for inequality. Parameters: x - expression y - object Returns: inequality predicate Since: JPA 2.0
6

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
5

not(restriction)

Method javax.persistence.criteria.CriteriaBuilder Predicate not( Expression<Boolean> restriction ) Create a negation of the given restriction. Parameters: restriction - restriction expression Returns: not predicate Since: JPA 2.0
5

conjunction()

Method javax.persistence.criteria.CriteriaBuilder Predicate conjunction() Create a conjunction (with zero conjuncts). A conjunction with zero conjuncts is true. Returns: and predicate Since: JPA 2.0
5

or(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate or( Expression<Boolean> x, Expression<Boolean> y ) Create a disjunction of the given boolean expressions. Parameters: x - boolean expression y - boolean expression Returns: or 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