emacarron / mybatis

Automatically exported from code.google.com/p/mybatis
0 stars 0 forks source link

CGLIB proxy created for leaf objects #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In MyBatis 3.0.2 with lazy loading enable CGLIB proxy is created even for 
objects that doesn't have properties to fetch lazily, which is pretty 
inefficient.

Original issue reported on code.google.com by arkadi.s...@gmail.com on 19 Sep 2010 at 9:41

GoogleCodeExporter commented 9 years ago
I guess it's technically a leaf, but CGLIB proxies also get created for objects 
that don't have any associations defined. I think this should be detected and 
handled as well.

Original comment by hpresnall@gmail.com on 14 Oct 2010 at 11:39

GoogleCodeExporter commented 9 years ago
fixed in r4550

Original comment by eduardo.macarron on 8 Jan 2012 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by eduardo.macarron on 5 Feb 2012 at 6:56