ObjectDB ObjectDB

Internal Website Search

1-10 of 23 resultsRefresh
46

Comparison in JPQL and Criteria API

/ SQL Set 2 - Java / JDO Less Than < < Greater Than > > Less Than or Equal To <= <= Greater Than or ... (area, 1000000); // Greater Than (>) Predicate gt1 = cb.greaterThan(name, nameParam ...  = cb.gt(area, 1000000); // Greater Than or Equal (>=) Predicate ge1 = cb
33

javax.persistence.criteria.CriteriaBuilder

a predicate for testing whether the first argument is greater than or equal to the second. 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 Predicate ge
23

ObjectDB License Agreement [ver. 2.0.4]

whatsoever, and regardless of the form of the action, will be limited to no greater
23

CRUD Database Operations with JPA

all the Pointobjects whose x coordinate is greater or equal to 100 are deleted. All the other Pointobjects
9

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
9

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
9

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
9

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
9

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
9

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

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