ObjectDB Database Search
101-118 of 118 resultsPossible issue for JPQL IS EMPTY expression
class MyEntity { @ OneToMany (mappedBy="myentity") ArrayList others = new ArrayList (); void
|
|
OEM licencing limitation
// enhanced entity public final class Test { // non enhanced entity Internal @ OneToMany (fetch
|
|
Attempt to remove a detached entity object (error 613)
to remove the object ... ? In my opinion, one child ( a list ) with OneToMany and orphanRemoval
|
|
Retrieval by Access bug?
Dear Sirs, I have an object A, that has a OneToMany FetchType.EAGER List of objects B, that has a field with a reference to an object C. I have this code: ClassA objectA = em.find(ClassA.class, 1); for (ClassB objectB : objectA.getListB()) { ClassC objectC = objectB
|
|
Unexpeted internal exception
there is a problem with the listaCiudades field in GS_TablaPaises @ OneToMany (targetEntity = GS_TablaCiudades
|
|
updating one to many sometimes fails
we did setup automated tests for our system and it seams that in around 1 of 100 cases the update of a one to many collection is not working. Definition: @ OneToMany (fetch=FetchType.LAZY) @Index public List childNodes = new ArrayList (); change of the childNodes within a transaction (a newly
|
|
Fields in objects not populated in query result.
Serializable { /** * */ private static final long serialVersionUID = 1L; @ OneToMany (cascade
|
|
Error during cascaded merge
"}),}) public class Unit implements Serializable, Comparable { ... @ OneToMany (mappedBy = "unit", cascade
|
|
removed objects stay with null field values in the reference
; ... @ OneToMany (fetch=FetchType.LAZY) public Set workflow = new HashSet (); When we remove an object
|
|
List always null
; @ OneToMany (targetEntity = Noticia.class, mappedBy = "categorias", cascade = CascadeType.PERSIST
|
|
@Lob @Basic(fetch = FetchType.LAZY) is loaded when it's not needed
Hello. I have a class Thing that contains OneToMany list of classes Photo. Photo contains @Lob @Basic(fetch = FetchType.LAZY) private byte[] content; And after some queries with Thing (but without loading content of the photos) I get java.lang.OutOfMemoryError: Java heap space
|
|
Speeding up the creation of Log entity objects related to other objects
{ @Id @GeneratedValue private long id; @ OneToMany (fetch = FetchType.EAGER, cascade={CascadeType
|
|
Failed to write the value of field using reflection (error 363) on LAZY fetch
hints? The Mapping of class Modell and its member: @Entity class Modell { ... @ OneToMany (fetch
|
|
Database Inconsistency or corruption
markedDeleted = false; @ManyToOne private Project project; @javax.persistence. OneToMany
|
|
GWT RPC is throwing serialization exception when I have object db date value
will alway be empty after detaching. @ OneToMany (fetch = FetchType.EAGER, cascade = CascadeType
|
|
Example database world.odb
the relationships OneToMany and ManyToMany? I want to see a working example :-) Robin_2005 Kompan Serge
|
|
Different behavior with persist() and queried instances?
Hi, We have a simple class that by itself contains (among others) a property pointing to a collection: class Bla { @ OneToMany (cascade = CascadeType.ALL) private List metaAttributes = new ArrayList (); } Now we do a simple em.persist(BlaInstance
|
|
Trouble bug on explorer
allowIdWaitMe; @OneToOne(fetch = FetchType.EAGER) private Language mainLanguage; @ OneToMany (fetch
|