> First, I found I had to use LEFT JOIN FETCH for some of the objects in > order > to get collection references in another class.
Multi-cardinality relations are LAZY by default. Check @FetchGroup capability of OpenJPA to see how you can control sophisticated fetch strategies. > By using OpenJPA specific annotations, will I need to run post-compilation enhancement of my entity classes? No. > Is there a plugin for IDEA that would obviate this? Don't know. -- View this message in context: http://www.nabble.com/Pinaki%27s-blog-entry-on-persisting-a-generic-fields-using-%40Type-annotations-tp14781436p14790116.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
