ObjectDB ObjectDB

Internal Website Search

41-50 of 126 resultsRefresh
5

ge(x, y)

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

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
5

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
5

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
5

le(x, y)

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

le(x, y)

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

javax.jdo.identity.StringIdentity

.2 boolean equals(Object obj) Determine if the other object represents the same object id. Determine ... if both objects represent the same object id Since: JDO 1.0 boolean equals(Object obj) Check
0

setFilter(filter)

, except for these differences: Equality and ordering comparisons between primitives and instances of wrapper classes are valid. Equality and ordering comparisons of Date fields and Date parameters are valid. White
0

javax.jdo.identity.ByteIdentity

ordering between the objects Since: JDO 2.2 boolean equals(Object obj) Determine if the other object ... boolean equals(Object obj) Check the class and class name and object type. Check the class and class
0

javax.jdo.identity.ShortIdentity

the objects Since: JDO 2.2 boolean equals(Object obj) Determine if the other object represents ... - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 boolean equals

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