grails - Hibernate proxies - classes with unusual names -
while doing gorm research better understanding of gorm, using practice grails project had pet
domain class. came across casting error noticed in error message there class name pet_$$_javassist_3
. hibernate proxy?
yes, instance of proxy class.
Comments
Post a Comment