We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5474bd commit 111a114Copy full SHA for 111a114
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/JpaSpecificationExecutor.java
@@ -91,7 +91,8 @@ public interface JpaSpecificationExecutor<T> {
91
* Deletes by the {@link Specification} and returns the number of rows deleted.
92
*
93
* @param spec the {@link Specification} to use for the existence check, must not be {@literal null}.
94
- * @return the number of entities deleted
+ * @return the number of entities deleted.
95
+ * @since 3.0
96
*/
97
long delete(Specification<T> spec);
98
0 commit comments