OpenJPA – LL
May 17, 2009 . Posted in Uncategorized.
Note to self: when using OpenJPA and lazy loading just remember that the info is actually fetched when calling the getter. Direct access to fields will not load the associated entity.
EOM
Tagged: java, javaee

Post a comment