Internal Website Search

81-90 of 200 resultsRefresh

Fields in objects not populated in query result.

{ /** * */ private static final long serialVersionUID = 1L; @OneToMany(cascade=CascadeType ... ; @ManyToOne(cascade=CascadeType.PERSIST) private Folder parent; private boolean listable; @ManyToMany(cascade=CascadeType.ALL) private Map<Folder, String> shadowParents = new

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

.cascade(TVS.java:156) at com.objectdb.o.STA.Q(STA.java:476) at com.objectdb.o.STM.E(STM.java:411 ... .java:169) at com.objectdb.o.TVS.cascade(TVS.java:156) at com.objectdb.o.STA.Q(STA.java:476) at com ... on Cascade all on ownedElements. The reported error with EnumValue::setOldValue occurs

mappedBy problem

>   eml W M Lao There was a bug in cascading operations through inverse ... it. You will have to add cascade=CascadeType.PERSIST to the mapped by field, unless you have global persist cascade enabled. support Support Using Build

A lot of ENT and SIV instances which are not cleared by GC

) at com.objectdb.o.TVS.j(TVS.java:169) at com.objectdb.o.TVS.cascade(TVS.java:156) at com.objectdb.o ... differences of this entities from another ones. Also I've added cascade=CascadeType.DETACH or  ... Myachikov Following your report we found and fixed (in build 2.6.1_01) a bug in cascading detach

@OneToMany(fetch = FetchType.LAZY) list is always null

, generator = "b") private int id; @OneToMany(fetch = FetchType.LAZY, cascade ... (fetch = FetchType.LAZY, cascade = CascadeType.ALL) private ByteData bydaData; public ... ; @OneToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL) private OTO oto; public int getId

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

; @ManyToOne(fetch = FetchType.LAZY, cascade = CascadeType.ALL)        ... = FetchType.LAZY, mappedBy = "a", cascade = CascadeType.ALL)         ... .LAZY, cascade = CascadeType.ALL)         List<B> listB

Left join fetch behaviour doesn't retrieve children?

;      @ManyToMany(targetEntity = MyEntityChild.class, cascade ... join fetch + various jpa collection combinaison + various cascade combinaison + merge / persist ... (targetEntity = MyEntityChild.class, cascade = CascadeType.ALL,mappedBy = "myEntity") // Test by

Apparent Lazy Loading issues.

state: "When the collection is a java.util.Map, the cascade element and the orphanRemoval element apply to the map value." This appears to mean that if I have cascade=CascadeType.ALL on a OneToMany map, then the cascade ONLY applies to the values, NOT to the key. This means all keys MUST be created

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

ExtProjectBuilder, which using a serious of cascading lazy builder methods (with complex entity ... do other builder stuff here and wiring // of entities using cascading lazy creation methods ... using in other cascading lazy creation methods. } return project

ClassCastException after upgrade to 2.3.5_03

String id; @OneToOne(orphanRemoval=true, cascade=CascadeType.ALL, fetch=FetchType.EAGER) private Object payload; @OneToOne(orphanRemoval=true, cascade=CascadeType.ALL, fetch=FetchType.EAGER