ObjectDB ObjectDB

Internal Website Search

1-10 of 126 resultsRefresh
73

equal(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate equal( Expression<?> x, Object y ) Create a predicate for testing the arguments for equality. Parameters: x - expression y - object Returns: equality predicate Since: JPA 2.0
73

equal(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate equal( Expression<T> x, Expression<T> y ) Create a predicate for testing the arguments for equality. Parameters: x - expression y - expression Returns: equality predicate Since: JPA 2.0
73

equal(x, y)

Method javax.persistence.criteria.CriteriaBuilder Predicate equal( Expression<?> x, Expression<?> y ) Create a predicate for testing the arguments for equality. Parameters: x - expression y - expression Returns: equality predicate Since: JPA 2.0
70

equals(arg0)

Method java.security.BasicPermission boolean equals( Object arg0 ) Parameters: arg0 -
7

equals(other)

Method javax.jdo.FetchGroup boolean equals( Object other ) Return whether this instance is equal to the other. The equals method must compare the class for identity and the fetch group name for equality. Parameters: other - Returns: whether this instance is equal to the other Since: JDO 2.2
7

equals(obj)

Method javax.jdo.identity.ShortIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0
7

equals(obj)

Method javax.jdo.identity.StringIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0
7

equals(obj)

Method javax.jdo.identity.IntIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0
7

equals(obj)

Method javax.jdo.identity.ObjectIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0
7

equals(obj)

Method javax.jdo.identity.ByteIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.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