ObjectDB Database Search
101-118 of 118 resultsNested Collection Query Hi Sir, I have a persisted field of the type: List groupMembers How do I check if a particular member exist in one of the group? snoopydoghk Ka Leung Nesting a collection directly in another collection, although supported by ObjectDB, is not valid in JPA. Accordingly | |
Speeding up reporting queries with size() on list field in Inspiration entity. insp.products is a list with 0 to 600 objects. Definition: @ManyToMany | |
joining of tables the relationship between Employee and Address as a Java reference field in Employee or | |
Level 2 cache not hit in @ManyToOne Hi! I have 2 entities: User and Item, both @Cacheable. Item has @ManyToOne private User user. Level 2 JPA cache is activated and it works ok for find by id (tested by changing data in explorer and reading in my app). Problem 1: find by id on Item it's good, it hits the cache, but not for its field | |
"Failed to serialize instance" of Set problem of com.google.common.collect.Sets$SetFromMap - field xxx.AbstractContainer.abstractContainers at com | |
ObjectDB embeddable Springboot;How does odb handle byte[]. A byte[] field is stored in the containing object, as any other array | |
persisting object with long[][] arrays of array Hi, I have an object I am trying to persist (java) - It has several fields of type long[][]. It is taking very long to persist and sometimes never finish - it hangs on getTransaction().commit(); Here is the object: import java.io.Serializable; import javax.persistence.CascadeType; import javax | |
LEFT JOIN FETCH over empty embedded collection returns no results; since B instances do not include a val field (there is also an invalid ; symbol at the end | |
Possible issue for JPQL "LEFT [OUTER] JOIN"-valued field . - "SELECT a,b FROM A a LEFT OUTER JOIN a.listB b WHERE b.id IS NULL | |
Using of Second Level Cache. When you retrieve a MyEntity1 its fields may be initialised as null / empty list, unless eager fetch is used | |
Missing (null) elements in eager loaded references is multithreaded. Try to get more details if this happens again. You may also try accessing the fields | |
Join query problem with new statetment. Inspiration entity (it's quite big, so let me skip some fields : @Entity public class Inspiration extends | |
Cast exception?.Thread.run(Thread.java:722) So basically the query fetched the persistent fields and built a Player | |
Unexpected exception (Error 990) com.objectdb.o.InternalException field after GC of the containing entity then this should now work well with the new build.   | |
ObjectDB 2.0.4 loader issue when using GWT/Jetty. Fixed a bug in using fields of embedded primary key in JPQL queries. | |
Why does ObjectDB duplicate classes from javax.jdo:jdo-api? an index to a field that is an element collection and encountered an issue with duplicate classes | |
Unexpected exception of a primary key (id field ), which is unexpected. Could you please check the object that is sent | |
ObjectDB 2.8.9_07 Improved the error message on exception during commit, reported in issue #2882 . Improved automatic schema evolution of enum fields . Fixed A NullPointException when using EntityManagerFactory with different class loaders. Fixed a missing call to @PostUpdate when object change is detached by  |