ObjectDB Database Search
151-153 of 153 resultsMysterious "Attempt to persist a reference to a non managed instance" error; @OneToOne(fetch= EAGER , cascade=PERSIST) public Ostrich ostrich; @ManyToMany | |
Selective merge/cascade of detatched entity I'm having an issue with my application, and I'm hoping you guys will be able to help. Please forgive typos and obvious errors, I'm having to retype from a non-internet connected network. A contrived example is: @Entity public class Salesman { private String name; @OneToMany(fetch=FetchType. EAGER | |
Issue with orphanRemoval and multiple EntityManagers; @OneToMany(cascade=CascadeType.ALL, fetch=FetchType. EAGER , orphanRemoval=true)   |