Skip to content

Commit

Permalink
Improved documentation of deleteAllInBatch.
Browse files Browse the repository at this point in the history
Closes #3198
  • Loading branch information
schauder committed Oct 17, 2023
1 parent 9fb57c9 commit 9a51eca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ default void deleteInBatch(Iterable<T> entities) {
* Deletes the given entities in a batch which means it will create a single query. This kind of operation leaves JPAs
* first level cache and the database out of sync. Consider flushing the {@link EntityManager} before calling this
* method.
*
* <p>
* It will also NOT honor cascade semantics of JPA, nor will it emit JPA lifecycle events.
*</p>
* @param entities entities to be deleted. Must not be {@literal null}.
* @since 2.5
*/
Expand Down

0 comments on commit 9a51eca

Please sign in to comment.