ObjectDB ObjectDB

Internal Website Search

91-100 of 149 resultsRefresh
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 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
6

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
6

getRestriction()

Method javax.persistence.criteria.AbstractQuery Predicate getRestriction() Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified. Returns: where clause predicate Since: JPA 2.0
6

getGroupRestriction()

Method javax.persistence.criteria.AbstractQuery Predicate getGroupRestriction() Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Returns: having clause predicate Since: JPA 2.0
6

lessThanOrEqualTo(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate lessThanOrEqualTo( Expression<?> x, Y y ) Create a predicate for testing whether the first argument is less than or equal to the second. Parameters: x - expression y - value 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

like(x, pattern, escapeChar)

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

like(x, pattern, escapeChar)

Method javax.persistence.criteria.CriteriaBuilder Predicate like( Expression<String> x, Expression<String> 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)

Method javax.persistence.criteria.CriteriaBuilder Predicate like( Expression<String> x, Expression<String> pattern ) Create a predicate for testing whether the expression satisfies the given pattern. Parameters: x - string expression pattern - string expression Returns: like 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