skip to main
|
skip to sidebar
Hibernate Findings
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2008
(4)
▼
July
(3)
Generating distinct rows in hibernate
Retrieving hibernate generated id
Using Sequence of Oracle in Hibernate
►
June
(1)
About Me
BlackApple
View my complete profile
No comments:
Post a Comment