ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
33

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
33

ge(x, y)

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

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
33

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
33

nullif(x, y)

Method javax.persistence.criteria.CriteriaBuilder Expression<Y> nullif( Expression<Y> x, Expression<?> y ) Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not. Parameters: x - expression y - expression Returns: nullif expression Since: JPA 2.0
33

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
33

notLike(x, pattern, escapeChar)

Method javax.persistence.criteria.CriteriaBuilder Predicate notLike( Expression<String> x, Expression<String> pattern, Expression<Character> escapeChar ) Create a predicate for testing whether the expression does not satisfy the given pattern. Parameters: x - string expression pattern - string
33

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
33

gt(x, y)

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

greatest(x)

Method javax.persistence.criteria.CriteriaBuilder Expression<X> greatest( Expression<X> x ) Create an aggregate expression for finding the greatest of the values (strings, dates, etc). Parameters: x - expression representing input value to greatest operation Returns: greatest expression 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