ObjectDB ObjectDB

Internal Website Search

91-100 of 126 resultsRefresh
9

Query in JPA2 with LEFT JOIN on INNER JOIN

masterPredicate = cb.conjunction(); Predicate predicateOnPath = cb.equal(root.get(Action_.path ... selections[i+1]=selection; Predicate predicateOnProfile = cb.equal(actionJoinActionProfile
9

CriteriaQuery using isNotNull with other conditions results in InternalException

<Predicate> predicates = new ArrayList<Predicate>(); predicates.add(builder.equal(root.get("to"), identityObject)); predicates.add(builder.equal(root.get("relationshipType
9

Failed to generate dynamic type

is raised from that line, NPE has message equal to null. For now we can comment this line ... , it is hard to improve error, having only message which is equal to null thank you, we will check 2.2.8_08 Tomasz Tomasz Wozniak
9

Object comparation never matches

classes) can be compared by using the equality operators (=, <>, ==, !=). For entities, e1 = e2 if e1 ... will not be considered as equal. support Support I'll consider your suggestions. Thanks for quick
9

Field in Generic Class not persisted?

) {         super(l);         valInInstanceClass = l;     }     @Override     public boolean equals(Object x ... Objects.equal(obj.valueInGenericClass, valueInGenericClass
7

Query can't see recently persisted object

.setParameter("oid", oid); if ("-62e6083d:1612795a01c:-6e65".equals(oid)) { logger.debug
7

Internal exception when updating date filed (TemporalType.DATE)

zone is "Europe/Moscow" and entity count is greater or equal 1000. There is no problem then i set
7

Conditional Selection

.equals("-")) list.add(emp.getFirstName() + " " + emp.getLastName()); else list
7

openejb jpa jaas module

(); if(password.equals(pass)) { succeeded = true
1

Unlimited JPA Persistable Types

is a proprietary database, surely this could be introduced by adding some sort of equals() override? ThreaT

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