We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f283b2e commit 6b5ac2eCopy full SHA for 6b5ac2e
spring-data-jpa/src/main/java/org/springframework/data/jpa/domain/Specification.java
@@ -57,6 +57,7 @@ public interface Specification<T> extends Serializable {
57
*
58
* @param <T> the type of the {@link Root} the resulting {@literal Specification} operates on.
59
* @return guaranteed to be not {@literal null}.
60
+ * @since 4.0
61
*/
62
static <T> Specification<T> unrestricted() {
63
return (root, query, builder) -> null;
0 commit comments