Internal Website Search

131-140 of 170 resultsRefresh

Performance issue in a query due to compareTo calls

could be valid if TCStep would be defined as @Embeddable rather than as @

embedded objects marked final not persisted.

of their type. If you mean that declaring the embeddable class as transient causes problems

Database size is much larger than expected (x2)

an embeddable object that is references twice.   support Support >

Embedded in JDO metadata not working in objectDB 2.x ?

as entity again (just for the query) and then back to embeddable. Alternatively, probably

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

;  em.getMetamodel().embeddable(FileNameDTO.class);        

persistence.xml classes not respected by ObjectDB

Hi! I have the following persistence.xml. The problem is that ObjectDB loads all the classes in P1 (+ their embeddable classes). P2 is created properly, but P1 gets all entity classes (from P2 also). How can this be avoided, so that both P1 and P2 get just the classes

How to use regular expressions in Criteria Builder

TempPhysicalPartDetails physicalPartDetails; }   @Embeddable

Upgrade to 2.4.1_02

Hi there, The upgrade to 2.4.1_02 fixed the initial problem, however there still seems to be an issue. To me it appears that Embeddable might be being lazy loaded, but I cannot be sure. I have attached a testcase demonstrating this issue. Its failing on the merge.

Lazy retrieval by access not working correctly

; ... } @Embeddable public class LocalizedValues implements Serializable { ... @ElementCollection // lazy

ObjectDB 2.8.9_05

Added an option to exclude inherited @Id fields in embeddable classes.