Joined: Wed Sep 20, 2006 12:20 pm Posts: 1
|
Hi,
I need to have objects that use data from the database and data from my business objects to be created properly. I can pass a business object to hibernate at either the creation of the sessions or the sessionFactory. So I'm pretty flexible in that regard.
My current tack was to see if it is possible to pass some dynamic arguments to a hibernate userType. I could use a ParameterizedUserType but I have not figured out how to pass anything but a string put in the mapping xml files.
Am I going in the right direction? Is this even possible?
Thanks
Matt
|
|