Internal Website Search

171-180 of 200 resultsRefresh

OutofMemory error with Object DB 2.0

" /> <cascade-persist always="auto" on-persist="false" on-commit="true" /> <dirty

Relationship Annatations

these annotations in ObjectDB to specify cascading / fetch policy and other settings. support Support

InternalException when reading a HashMap

:170) at com.objectdb.o.TVS.cascade(TVS.java:157) at com.objectdb.o.TVS.b(TVS.java

The exception "Attempt to remove a detached entity object" have no information about the entity

Hello, the exception "Attempt to remove a detached entity object" have no information about the detached entity. It is very hard, especially if the involved entities uses cascading, to find the removed call for the detached entity.  

OEM licencing limitation

{ // non enhanced entity Internal @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType

PostUpdate on array changes

Given this config: <entities> <enhancement agent = "true" reflection = "error"/> <cache ref = "strong" level2 = "100m"/> <fetch hollow = "false"/> <persist serialization = "true"/> <cascade-persist always = "true" on-persist = "true

First query takes 4+ minutes to complete

; <persist serialization="false" /> <cascade-persist always="auto" on-persist="false

ObjectDB 2.4.2

> Added automatic cascading through embedded objects. Fixed a bug in clearing

ObjectDB 2.4.7

Fixed bugs in cascading merge and refresh. Fixed an internal java.lang.ArrayStoreException bug (com.objectdb.o.InvToOneLoadRequest). Fixed a regression bug (starting 2.4.4_13) in handling embeddable types.

ObjectDB 2.2.4

> Fixed critical bugs in using flush. Fixed bugs in cascading merge.