ObjectDB ObjectDB

Internal Website Search

51-60 of 149 resultsRefresh
6

lt(x, y)

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

lt(x, y)

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

like(x, pattern, escapeChar)

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

like(x, pattern, escapeChar)

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

like(x, pattern, escapeChar)

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

like(x, pattern)

Method javax.persistence.criteria.CriteriaBuilder Predicate like( Expression<String> x, String pattern ) Create a predicate for testing whether the expression satisfies the given pattern. Parameters: x - string expression pattern - string Returns: like predicate Since: JPA 2.0
6

where(restrictions)

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

gt(x, y)

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

ge(x, y)

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

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