Hibernate version: 2.1.7
Mapping documents: none
Code between sessionFactory.openSession() and session.close(): none
Full stack trace of any exception that occurs: none
Name and version of the database you are using: can't tell
The generated SQL (show_sql=true): none
Debug level Hibernate log excerpt: none
Hi,
It is possible to implement the 'version' as a component instead of an integer? That is, if I have a bean with the integer version, along with other attributes, will Hibernate use the version integer inside the component correctly?
I've looked at the mapping DTD and it seems like the 'version' has to be an integer and cannot be a component. I just wanted to verify if this is correct.
Thanks!
Irene
|