Hi all,
I'm using Hibernate3 with Xdoclet 1.2.2 to generate my hbm files. Now, with Java 1.5, I'm using enumerations (and good aproach EnumUserType defined in Hibernate.org) to create enumeration fields.
The problem is that XDoclet does not support Typedef tag, necessary in this case.
I created one workaround, moving classes, merging xml files with hbm and etc.
It's woks, but the solution is..."ugly".
Anyone knows one better solution?
_________________ Do you still create DTO factories? Oh, no!
Try DTOptimzier now!
https://dtoptimizer.dev.java.net/
|