ObjectDB Database Search

101-106 of 106 results

Failing to read entities under load in multithreaded tests

= 6249921651146397564L; @OneToOne(cascade=CascadeType.REFRESH, fetch= FetchType .EAGER) private TestEntity

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

= FetchType .LAZY, mappedBy="modell", cascade=CascadeType.ALL) private List articles = new ArrayList (); public

Help understanding Entity behavior with JPA

Hi Support,   We have a entity with an @Id entity which we then put into a list and store in an different entity inside a field defined as:   @OneToOne(orphanRemoval=true, cascade=CascadeType.ALL, fetch= FetchType .EAGER) private Object payload; the list that we put in the 'payload

NullPointerException on TreeSet load

{         @OneToMany(cascade=CascadeType.PERSIST, fetch = FetchType .EAGER)  

TYE NullPointerException

the problem. I've now added a FetchType of EAGER to the member to ensure a load takes place regardless