c******n 发帖数: 4965 | | r*****s 发帖数: 985 | 2 我也看不懂您要做什么
您是要自己manually instrument lazy init code?
hibernate本来不就是runtime instrumentation
thru CGLIB/Dynamic proxies吗?
【在 c******n 的大作中提到】 : http://stackoverflow.com/questions/8470156/really-how-to-achiev
| c******n 发帖数: 4965 | 3 certain cases need build time instrumentation, please check out this one
http://docs.jboss.org/hibernate/core/3.5/reference/en/html/perf
I kind of "fixed" it, since I found that the issues are only around
anonymous inner classes (stupid javassist and cglib have problems with these
), so I disabled instrumentation on these
【在 r*****s 的大作中提到】 : 我也看不懂您要做什么 : 您是要自己manually instrument lazy init code? : hibernate本来不就是runtime instrumentation : thru CGLIB/Dynamic proxies吗?
| r*****s 发帖数: 985 | 4 您说的是lazy loading properties
不是我们一般意义上的lazy loading好吧?
正如hibernate manual说的,
only applicable in “extreme cases”,
基本上我觉得需要这样做的应该考虑分出去一个table.
these
【在 c******n 的大作中提到】 : certain cases need build time instrumentation, please check out this one : http://docs.jboss.org/hibernate/core/3.5/reference/en/html/perf : I kind of "fixed" it, since I found that the issues are only around : anonymous inner classes (stupid javassist and cglib have problems with these : ), so I disabled instrumentation on these
|
|