Interface ConversionQueryServiceMixin<B,P,K>

Type Parameters:
B - The type of the business layer entity
P - The type of the persistence layer entity
K - The type of the entity identifier
All Superinterfaces:
BusinessConversionSupport<B,P>, QueryService<B,K>
All Known Subinterfaces:
ConversionCrudServiceMixin<B,P,K>, CrudServiceMixin<T,K>, QueryServiceMixin<T,K>

public interface ConversionQueryServiceMixin<B,P,K> extends QueryService<B,K>, BusinessConversionSupport<B,P>
A special kind of service that allows entities querying
Author:
mlopez, jgodoy