Internal Website Search

121-130 of 200 resultsRefresh

Why are my Map entries not stored?

id;     @OneToMany(fetch = FetchType.EAGER, cascade=CascadeType ... > @OneToMany(fetch = FetchType.EAGER, cascade=CascadeType

Is there any restriction when using fetch=FetchType.LAZY ?

-java"> @OneToMany(fetch=FetchType.EAGER, cascade = CascadeType.ALL) private LinkedList< ... , cascade = CascadeType.ALL) private LinkedList<OdbObject> referencedObj;

Foreign key constraint issue

(optional = false, cascade = {})     @JoinColumn(name="PARENT_ID", nullable = false ... >     private long id;     @OneToMany(cascade = {CascadeType

Lazy loading does not work - crud takes long

; @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, mappedBy="project",fetch = FetchType.LAZY ... ;  @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, mappedBy="project",fetch = FetchType

OEM enhancing

Hello, I have question regarding OEM licence enhancement. @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL) private SomeClass[] props; @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL) private Map<

Extra uninitialised entities spawned on merge()

(mappedBy = "owner",         cascade = CascadeType.ALL   ... immediately. The merge() operation can be optionally cascaded in these cases to prevent an exception from

Upgrade to 2.4.1_01

seems to be the annotation at line 266 in the test. In our code for 2.3.7_18, we had @OneToOne(cascade=CascadeType ... ) at com.objectdb.o.TVS.cascade(TVS.java:156) at com.objectdb.o.TVS.g(TVS.java:105)

Cannot sort descending, when ordering by caluculated float in a method

{         @OneToMany(cascade=CascadeType.PERSIST)    ... { @OneToMany(mappedBy = "invoice", fetch= FetchType.EAGER, orphanRemoval=true, cascade= CascadeType

_PersistenceException: Type is not found on getSingleResult.

", cascade = CascadeType.ALL, orphanRemoval = true)     private List<Acudiente>

Unexpected Exception during commit

:169) at com.objectdb.o.TVS.cascade(TVS.java:156) at com.objectdb.o.STA.Q(STA.java ... Schreiber According to the stack trace, during commit an attempt to cascade persist