Class AbstractEntityQueryExecutor<T>

java.lang.Object
com.foreach.across.modules.entity.query.AbstractEntityQueryExecutor<T>
All Implemented Interfaces:
EntityQueryExecutor<T>
Direct Known Subclasses:
CollectionEntityQueryExecutor, ElasticEntityQueryExecutor, EntityQueryJpaExecutor, EntityQueryQueryDslExecutor, PagingAndSortingEntityQueryExecutor

public abstract class AbstractEntityQueryExecutor<T> extends Object implements EntityQueryExecutor<T>
Base class for an EntityQueryExecutor that supports Sort specifications on both the EntityQuery and as method parameter. If both are present, they will be combined with the method specified sort applied first.
Since:
2.2.0
Author:
Arne Vandamme