Hibernate updates a different object with the same Identifier value was already associated with the session

Source: Internet
Author: User

I have never found a good solution. I believe everyone knows the cause of this error because two identical identifiers but different entities exist in the same session in hibernate.
Start with the online session. merge (object) reported an error, which may be useless. Use session instead. clear (); Session. update (resume); then OK,
Method:

// Update public void Update (resume) {try {session = gethibernatetemplate (). getsessionfactory (). getcurrentsession (); Session. clear (); Session. update (resume);} catch (exception e) {logger. error (E); throw new baseappruntimeexception (e );}}


...
The project uses spring + hibernate, so gethibernatetemplate (). getsessionfactory (). getcurrentsession (); gets the current session

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.