About orphan
Deleting JPA Entity Objects
Explains how to use JPA to delete (remove) entity objects from the database.... Remove Cascading Remove Orphan Removal DELETE Queries Explicit ... that the Address object references, if any). Orphan Removal JPA 2 supports an additional and more aggressive remove ...
OrphanRemoval not working?
Dear all, I have entities Invoice and InvoiceItem, their relation is defined: public class Invoice implements Serializable { .. @OneToMany(mappedBy = "invoice", fetch= FetchType.EAGER, orphanRemoval=true, cascade= CascadeType.ALL) private List<InvoiceItem> invoiceItemList; .. } ... 2011-06-09 00:45 Orphan removal was not handled by ObjectDB for inverse (mapped by) ... should be done on the owner side, but in the case of orphan removal the remove operation has to be done on the owned (mapped by) ...
2.2.7
... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
2.2.8
... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
2.2.9
... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
2.4.0
... references. Fixed a bug in detecting orphan entities in reflection mode. Fixed a bug in listing ... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
2.4.0_01
... references. Fixed a bug in detecting orphan entities in reflection mode. Fixed a bug in listing ... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
2.3.0
... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...
Issue with orphanRemoval and multiple EntityManagers
Hi, We have a problem where our database size grows over time more than expected. We've traced it down to the following issue: ... the merge solves the problem. Detecting orphan objects in reflection mode. This is fixed now in build 2.3.7_13. Notice ... 2 modes use separate code in many areas (e.g. detecting orphan entities) bugs are not identical. However, enhanced classes are much ...
2.3.1
... entity object in the L2 cache. Fixed orphan removal of owner entity object in bidirectional relationship. ...