Interface QueryServiceMixin<T,K>
- Type Parameters:
T- The type of the entityK- The type of the entity identifier
- All Superinterfaces:
BusinessConversionSupport<T,,T> BusinessConversionSupport.Identity<T>,ConversionQueryServiceMixin<T,,T, K> QueryService<T,K>
- All Known Subinterfaces:
CrudServiceMixin<T,K>
public interface QueryServiceMixin<T,K>
extends ConversionQueryServiceMixin<T,T,K>, BusinessConversionSupport.Identity<T>
A special kind of service that allows entities querying
- Author:
- mlopez, jgodoy
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowingcode.backendcore.service.BusinessConversionSupport
BusinessConversionSupport.Identity<T> -
Method Summary
Methods inherited from interface com.flowingcode.backendcore.service.BusinessConversionSupport.Identity
convertToBusiness, convertToPersistenceMethods inherited from interface com.flowingcode.backendcore.service.ConversionQueryServiceMixin
count, filter, filterWithSingleResult, findAll, findById, getQueryDao