ObjectDB ObjectDB

Internal Website Search

31-40 of 126 resultsRefresh
29

New to Product & Having An Issue

.equals(:id)") }) public class Department implements Serializable { public static final long ... ) { this.employees = employees; } public boolean equals(Object obj ... ; return this.domainId.equals(obj); } } package test.Domain; ...imports
5

java.security.BasicPermission

- arg1 - boolean equals(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0
5

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
5

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
5

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
5

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
5

greaterThanOrEqualTo(x, y)

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

javax.jdo.PersistenceManagerFactory

become unscoped. Match is based on identical class and equal name. The methods addFetchGroups ... on identical class and equal name. The methods addFetchGroups, removeFetchGroups, getFetchGroups
0

javax.jdo.identity.ObjectIdentity

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

javax.jdo.identity.IntIdentity

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

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