ObjectDB Database Search

101-118 of 118 results

updating one to many sometimes fails

with an active transaction on the EntityManager (i.e., it must not be detached ). The observed inconsistency

ClassCastException on closing PersistenceManager

indicates an issue in the implementation of the new embeddable detachment feature. Since this feature

Post-compilation enhancement vs Automatic Run-time enhancement

of is now provided under forum posting: Pre- detach loading: retrieval by navigation not working in

NullPointerException while setting a new property value

to be shared by threads, except maybe after detachment . support Support

Removing an entity throws exception

is the entity detached (why?). When I merge it, I can remove it without problems... The Customer class

EntityTransaction.commit() does not release a pessimistic lock

will be detached and unlocked on transaction commit. support Support

Mapped (Inverse) LAZY @OneToMany vs. Unmapped LAZY @OneToMany

this difference by setting unloaded collections to null  on detachment , for both mapped an unmapped collections. support Support

Lock prevents PersistenceManager.close when retainValues = false

on a list of managed objects that have to be prepared for detachment during a PersistenceManager

Merge Issue: Attempt to reuse an existing primary key value

to use merge only to attach detached objects, and without mixing already managed objects. support

ObjectDB 2.6.9_06 (embedded): Cascading merge resulting in duplicate objects

other entity in the database. In explorer I can see that the " detached " entity is created first (ID

ObjectDB 2.3.3

of more than one class path root ( issue #554 ). Fixed a NullPointerException on detachment of some objects. Fixed Linux "Name or service not known" error on server stop.

ObjectDB 2.6.2

of the containing entity ( issue #1620 ). Fixed a bug in cascading detach through unloaded inverse (mapped by) collection.

ObjectDB 2.1.0

optimization). Fixed a bug in viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by

ObjectDB 2.9.0

a missing call to @PostUpdate when object change is detached by  JDOHelper.makeDirty . Fixed a bug

ObjectDB 2.5.0

Added support of nested paths in JOIN FETCH. Added support of persisting collections and maps of user defined types. Added support of Google (Guava) collections. Added support of inheritance of ID fields. Added support of disabling detachment on rollback in JPA. Added support of using entity

ObjectDB 2.3.7

Fixed a critical issue that may cause database corruption ( issue #630 ). Initial attempt to enable navigation through lazy loading from detached objects ( feature request #326 ). Improved  toString of criteria queries to use aliases ( issue #12 7). Fixed automatic variable naming in criteria

ObjectDB 2.8.3

with embeddable elements are detached . Improved handling query results that include managed hollow

ObjectDB 2.8.2

Added support of deleting classes in the Explorer. Improved memory cleaning when entity objects with embeddable elements are detached . Improved handling query results that include managed hollow objects. Removed false alarms by the Doctor. Fixed a deadlock ( issue #2512 ) on closing