|
The ddl2hbm tool formally known as the Reverse Engineering Tool targets the same functionality as the Hibernate Middlegen
plugin. Non-core systems are being moved into external jar packages.
This includes ddl2hbm which is being moved to the HibernateExt/tools
CVS repository and tools jar. Hibernates' core goal is to do one thing
very well, thus over time, it is likely that the Middlegen plugin will be the primary tool for generating hibernate mapping's directly from JDBC data sources.
--David
David, how did you get middlegen to create the timestamp tag?
<timestamp
name="departureUtc"
column="departure_utc"
/>
Add this in your node column in your preference file :
<entry key="columnspecialty" value="version" />
|