Joined: Tue Feb 15, 2005 10:09 am Posts: 5
|
Hibernate version: 3.0 beta4
I am working with custom UserType, and wanted to find out if the deepCopy method can be implemented using cloning ?
Also I am working on a set of keys that will be hierarchical in nature. So I was planning to use ParameterizedType with the className of the type as a parameter.
So far my tests show that there will be no problem with this approach. Has anyone tried this approach ? Basically I am taking this approach so that all my POJO's will have same base class Key and I can manipulate that easily.
-Sanket
|
|