|
[
Permalink
| « Hide
]
Steve Ebersole added a comment - 19/Jan/07 07:02 AM
trunk / 3.2
I have used hibernate 3.2.6 GA library. But the the following column is never updated in database. I have added this column in an Entity and in a component. A select query is issued after the entity is saved. But lastModified column has null value.
<property name="lastModified" column="LAST_MODIFIED" update="false" insert="false" generated="always" > Can some one post a working example? Also let me know if my hibernate mapping is valid. Thanks Shyam |
||||||||||||||||||||||||||||||||||||||||||||||||