1. Dynamically updating the lazy flag forum.hibernate.orgI have a class Camp mapped which two other entities as follows. - |
2. JPA merge operation returns lazy object forum.hibernate.orgHi, I have got a lot of POJOs that i store to DB over hibernate. Now i came accross to a problem. When i call merge operation on an object (say class A.class) , the operation returns an object in the same class,that is A.class. However for some (only one) objects, it returns the proxy for the class, which has toString ... |
3. PersistentMap.remove() bug on uninitialized, non-extra-lazy forum.hibernate.org |
4. Two questions about Lazy and update forum.hibernate.orgczy11421 wrote: Two questions No. 1 I have one-to-many List set as Lazy. In search, I found if I use findById and detached creita will load List automatically, if I use find (HQL), it will not load the List. Anybody knows why ? If I want a strict "Lazy", in any scenario, don't load the List, what should I do ? ... |