Interface JpaSpecificationExecutor.SpecificationFluentQuery<T>

Type Parameters:
T -
All Superinterfaces:
FluentQuery<T>, FluentQuery.FetchableFluentQuery<T>
Enclosing interface:
JpaSpecificationExecutor<T>

public static interface JpaSpecificationExecutor.SpecificationFluentQuery<T> extends FluentQuery.FetchableFluentQuery<T>
Extension to FluentQuery.FetchableFluentQuery allowing slice results and pagination with a custom count Specification.
Since:
3.5
Author:
Oliver Gierke, Christoph Strobl, Diego Krupitza, Mark Paluch, Joshua Chen