You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-bra...@googlegroups.com
I have a question in hibernate.
We have one session in hibernate and i am accessing the one persistent object from from data base,mean while another one is changing the same persistent object.
How can i resolve this.
Chandra Shekar
unread,
Apr 16, 2015, 3:12:16 AM4/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-bra...@googlegroups.com
you can go thru jdbc transaction isolation levels like phantom read, dirty read etc., Hibernate shud take care of all these.