Interface PanacheStatelessReactiveRepositoryBase<Entity,Id>
- All Superinterfaces:
PanacheRepositoryQueries<Entity,,io.smallrye.mutiny.Uni<List<Entity>>, PanacheReactiveQuery<Entity>, io.smallrye.mutiny.Uni<Long>, io.smallrye.mutiny.Uni<Boolean>, Id> PanacheRepositoryReactiveQueries<Entity,,Id> PanacheRepositorySwitcher<Entity,,Id> PanacheStatelessReactiveRepositoryOperations<Entity,,Id> PanacheStatelessReactiveRepositoryQueries<Entity,,Id> PanacheStatelessRepositoryOperations<Entity,io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.StatelessSession>, io.smallrye.mutiny.Uni<Void>, io.smallrye.mutiny.Uni<Boolean>, Id>
- All Known Subinterfaces:
PanacheRepository.Reactive.Stateless<Entity,,Id> PanacheStatelessReactiveRepository<Entity>
public interface PanacheStatelessReactiveRepositoryBase<Entity,Id>
extends PanacheStatelessReactiveRepositoryOperations<Entity,Id>, PanacheStatelessReactiveRepositoryQueries<Entity,Id>, PanacheRepositorySwitcher<Entity,Id>
-
Method Summary
Methods inherited from interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
managedBlocking, managedReactive, statelessBlocking, statelessReactiveMethods inherited from interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
delete, getSession, insert, insert, insert, insert, updateMethods inherited from interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
count, count, count, delete, delete, deleteAll, deleteById, find, find, find, find, findAll, findAll, findById, findById, list, list, list, list, listAll, listAll, update, update