Interface AsyncJpaSpecificationExecutor<T>

Type Parameters:
T - The entity type
All Known Subinterfaces:
BookAsyncRepository, PersonAsyncRepository

public interface AsyncJpaSpecificationExecutor<T>
Interface representing async version of JpaSpecificationExecutor.
Since:
3.2
Author:
Denis Stepanov