Uses of Interface
nl.datasteel.crudcraft.runtime.service.strategy.QueryExecutionStrategy
Packages that use QueryExecutionStrategy
Package
Description
-
Uses of QueryExecutionStrategy in nl.datasteel.crudcraft.runtime.service
Fields in nl.datasteel.crudcraft.runtime.service declared as QueryExecutionStrategyModifier and TypeFieldDescriptionprotected final QueryExecutionStrategy
<T> AbstractCrudService.queryExecutor
The strategy used to execute queries, either via QueryDSL or JPA Specifications. -
Uses of QueryExecutionStrategy in nl.datasteel.crudcraft.runtime.service.strategy
Classes in nl.datasteel.crudcraft.runtime.service.strategy that implement QueryExecutionStrategyModifier and TypeClassDescriptionclass
Executes queries using aJpaSpecificationExecutor
.class
QuerydslExecutionStrategy<T,
R, F> Executes queries using aQuerydslPredicateExecutor
.