baliukas wrote:
There is a way to dissable "BulkBean" stuff, It generates byte code to copy bean properties to array and from array to bean, probably it is meaningless on "new" JVM's (It was designed to to optimize native method invokation, but it generates "copier" class per persistent class on startup). "BulkBean" must be faster than reflection (memory used by this stuff is constant, it must not depend on data), but find cglib related system property to dissable this stuff and test it, it must be documented.
Hm, I'm looking and looking, and can't find any references to the system property for disabling this (no mention on cglib.sf.net, Google's not helping). Would you happen to know the property name?
Thanks,
Otis