-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Why was a DELETE statement generated after saveAndFlush()?
PostPosted: Wed Oct 19, 2016 1:04 pm 
Newbie

Joined: Wed Oct 19, 2016 12:48 pm
Posts: 1
Why a delete request can be generate after saveAndFlush() ??

Hibernate: update commande set ....
Hibernate: delete from tax_produit where ID =?

I do not understand the mecanism

thank you in advance


Top
 Profile  
 
 Post subject: Re: delete request generated after saveAndFlush() !!!
PostPosted: Thu Oct 20, 2016 1:31 am 
Hibernate Team
Hibernate Team

Joined: Thu Sep 11, 2014 2:50 am
Posts: 1628
Location: Romania
That's because a Delete action was scheduled and propagated during flush time. For more details, check out the following resources:

- A beginner’s guide to JPA/Hibernate entity state transitions
- A beginner’s guide to flush strategies in JPA and Hibernate
- A beginner’s guide to Hibernate flush operation order


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.