hibernate, cglib etc
Found that final modifier stopped CGLIB proxies working.
Also, critical difference between s.load( Class, id ) and s.load( obj, id ) is that the former is the only one which will not hit the DB for a lazy object.
Found that final modifier stopped CGLIB proxies working.
Also, critical difference between s.load( Class, id ) and s.load( obj, id ) is that the former is the only one which will not hit the DB for a lazy object.