Hibernate version:Latest
Name and version of the database you are using:Mysql 5.0.45
Hello,
I have the reverse engineering working correctly but I wish to modify it a bit.
Tapestry requires and @Validate("required") annotation in front of the variables of the class that are required. I have to manually put these in. Is there a way I can make this happen each time I generate my POJO's?
Currently it puts this annotation in front of required field's getters:
@Column(name = "fieldname", nullable = false, length = 100)
Some information that may be needed:
In the Hibernate Code Generation window:
Tab: Main
Reverse engineer from JDBC Connection checked
Generate basic typed composite ids checked
Detect optimistic lock columns checked
Detect many-to-many tables checked
Tab: Exporters
Use Java 5 syntax checked
Generate EJB3 annotations checked
Domain code(.java) checked
Thanks,
--James
|