Interface EntityQueryConditionJpaFunctionHandler
- All Superinterfaces:
EntityQueryConditionFunctionHandler<org.springframework.data.jpa.domain.Specification>
,Function<EntityQueryCondition,
org.springframework.data.jpa.domain.Specification>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface EntityQueryConditionJpaFunctionHandler
extends EntityQueryConditionFunctionHandler<org.springframework.data.jpa.domain.Specification>
A
EntityQueryConditionFunctionHandler
for JPA.- Since:
- 4.2.0
- Author:
- Marc Vanbrabant
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
apply
(EntityQueryCondition entityQueryCondition)
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntityQueryCondition,
org.springframework.data.jpa.domain.Specification>
-