Polishing.

Add since tag.

See #2796
This commit is contained in:
Mark Paluch
2023-03-21 11:45:41 +01:00
parent b5474bd61b
commit 111a1140fb

View File

@@ -91,7 +91,8 @@ public interface JpaSpecificationExecutor<T> {
* Deletes by the {@link Specification} and returns the number of rows deleted.
*
* @param spec the {@link Specification} to use for the existence check, must not be {@literal null}.
* @return the number of entities deleted
* @return the number of entities deleted.
* @since 3.0
*/
long delete(Specification<T> spec);