ObjectDB ObjectDB

Internal Website Search

51-60 of 126 resultsRefresh
28

Query filter comparing Dates

am comparing 2 dates which should be equal because they are showing exactly same inner millisecond count. I ... , pm.newQuery(ClassWithDate.class, "this.date.equals(datum)"), date); assertQueryResultSize(1, pm.newQuery(ClassWithDate.class, "this.type.equals(\""+ TYPE +"\") && this.date.equals(datum)"), date
27

Composite Index error 328

equals(Object o) { if (this == o) return true; if (o == null || getClass() != o ... == that.flags && Objects.equals(usrName, that.usrName) && Objects.equals(mail, that.mail) && Objects.equals(regDate, that.regDate
5

le(x, y)

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

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
0

javax.jdo.identity.LongIdentity

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

javax.jdo.identity.CharIdentity

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 the class
0

removeFetchGroups(groups)

. Removed FetchGroups become unscoped. Match is based on identical class and equal name. The methods
0

javax.jdo.JDOEntityManager

processing for successful transactions. Within a transaction, the ObjectId returned will compare equal
0

getObjectId(pc)

, the ObjectId returned will compare equal to the ObjectId returned by only one among all JDO
0

javax.jdo.spi.JDOPermission

(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0 - String getActions

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