Interface AsyncJpaSpecificationExecutor<T>

Type Parameters:
T - The entity type

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