rdipippo / Mundungus

0 stars 0 forks source link

Add lazy loading #2

Open rdipippo opened 9 years ago

rdipippo commented 9 years ago

Implement lazy loading using CGLib, javassist, or similar library.

rdipippo commented 9 years ago

Lazy loading works, but needs caching. Eager loading works, but eager loading takes place even if annotation = lazy - need to check the annotation before doing eager load.