Thanks a lot, Niels,I didn't have CGLIB on classpath and I overlooked the last line in EnhancedLazyResultLoader where it wraps objects.
Oleg Niels Beekman wrote:
Hi, Are you using CGLIB? If not, iBATIS uses the Java Proxy/Invocationhandler, which only handles interfaces. Somebody please correct me if I'm wrong. If you look into EnhancedLazyResultLoader you'll see that it does not only wrap instances of Collection. Hope this clarifies something, Niels
