Interface BookReactiveRepository

All Superinterfaces:
GenericRepository<Book,Long>, ReactiveStreamsCrudRepository<Book,Long>, ReactiveStreamsJpaSpecificationExecutor<Book>, ReactiveStreamsPageableRepository<Book,Long>, ReactorCrudRepository<Book,Long>, ReactorJpaSpecificationExecutor<Book>, ReactorPageableRepository<Book,Long>

public interface BookReactiveRepository extends ReactorPageableRepository<Book,Long>, ReactorJpaSpecificationExecutor<Book>