Interface ReactorJpaSpecificationExecutor<T>

Type Parameters:
T - The entity type
All Superinterfaces:
ReactiveStreamsJpaSpecificationExecutor<T>

public interface ReactorJpaSpecificationExecutor<T> extends ReactiveStreamsJpaSpecificationExecutor<T>
Interface to allow execution of Specifications based on the JPA criteria API. Reactor version of ReactiveStreamsJpaSpecificationExecutor.
Since:
3.5.0
Author:
Denis Stepanov