Interface QueryServiceMixin<T,K>

Type Parameters:
T - The type of the entity
K - 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