Interface EntityQueryConditionFunctionHandler<T>
- All Superinterfaces:
Function<EntityQueryCondition,
T>
- All Known Subinterfaces:
EntityQueryConditionElasticFunctionHandler
,EntityQueryConditionJpaFunctionHandler
,EntityQueryConditionQueryDslFunctionHandler
- 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 EntityQueryConditionFunctionHandler<T>
extends Function<EntityQueryCondition,T>
A handler class that handles a specific
EntityQueryFunctionHandler
function and maps it to a Criteria
query handled by a specific EntityQuery*Utils
class.- Since:
- 4.2.0
- Author:
- Marc Vanbrabant
-
Method Summary