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.queryExecutorThe 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 TypeClassDescriptionclassExecutes queries using aJpaSpecificationExecutor.classQuerydslExecutionStrategy<T,R, F> Executes queries using aQuerydslPredicateExecutor.