Interface BlazeAbstractQuery<T>

Type Parameters:
T - the type of the result
All Superinterfaces:
AbstractQuery<T>, BlazeCommonAbstractCriteria, CommonAbstractCriteria
All Known Subinterfaces:
BlazeCriteriaQuery<T>, BlazeSubquery<T>

public interface BlazeAbstractQuery<T> extends AbstractQuery<T>, BlazeCommonAbstractCriteria
An extended version of AbstractQuery that allows setting an alias for From elements.
Since:
1.2.0
Author:
Christian Beikov