Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3
I have a class that implements Setter under hibernate 2. I'm trying to move everything to hibernate 3 and there is a new method prototype on Setter, namely:
set(Object target, Object value, SessionFactoryImplementor factory)
I'm trying to figure out where to get this factory. I've googled on SessionFactoryImplementer and have found nothing.
I'm kinda new to hibernate, so I have no idea what setter is doing. Can I get this factory from Hibernate somehow?
Thanks.