Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/repository/CrudRepository.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <[email protected]>
  • Loading branch information
otaviojava and njr-11 authored Oct 7, 2023
1 parent 18ade90 commit d408824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface CrudRepository<T, K> extends BasicRepository<T, K> {
* unique identifier as any of the given entities already exists in the database and the database
* supports ACID transactions, then this method raises {@link EntityExistsException}.
* In databases that follow the BASE model or use an append model to write data, this exception
* may not be thrown.</p>
* is not thrown.</p>
*
* <p>The entities within the returned iterable may be the same instances as those supplied
* as parameters, especially in non-Java record classes. However, for Jakarta Data providers
Expand Down

0 comments on commit d408824

Please sign in to comment.