Sunday, July 27, 2008

Retrieving hibernate generated id

The ID will be available just after Session.save(object) is called.

Another method that could be of interest if the entitiy is associated with a session:
Session.getIdentifier()


http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Session.html

No comments: