Skip to content

Commit 111a114

Browse files
committed
Polishing.
Add since tag. See #2796
1 parent b5474bd commit 111a114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/JpaSpecificationExecutor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public interface JpaSpecificationExecutor<T> {
9191
* Deletes by the {@link Specification} and returns the number of rows deleted.
9292
*
9393
* @param spec the {@link Specification} to use for the existence check, must not be {@literal null}.
94-
* @return the number of entities deleted
94+
* @return the number of entities deleted.
95+
* @since 3.0
9596
*/
9697
long delete(Specification<T> spec);
9798

0 commit comments

Comments
 (0)