Joined: Wed Feb 21, 2007 3:09 am Posts: 16
|
I am using Hibernate Tool for doing Reverse Engineering.
I am getting everything perfectly except adding javadoc comments in POJOs.
Database comments are retrieved into hibernate mapping files(.hbm.xml) but not into POJOs.
The following is the sample generated mapping file.
<property name="dateTime" type="date">
<column name="DATE_TIME" length="7" not-null="true">
<comment>Date & Time of insertion or modification</comment>
</column>
</property>
Is there any way to add javadoc comments into POJOs by Hibernate Tool.
Thanks,
Ramesh K.
|
|