Interface PanacheManagedReactiveRepositoryBase<Entity,Id>
- All Superinterfaces:
PanacheManagedReactiveRepositoryOperations<Entity,,Id> PanacheManagedReactiveRepositoryQueries<Entity,,Id> PanacheManagedRepositoryOperations<Entity,,io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session>, io.smallrye.mutiny.Uni<Void>, io.smallrye.mutiny.Uni<Boolean>, Id> 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>
- All Known Subinterfaces:
PanacheManagedReactiveRepository<Entity>,PanacheRepository.Reactive<Entity,Id>
public interface PanacheManagedReactiveRepositoryBase<Entity,Id>
extends PanacheManagedReactiveRepositoryOperations<Entity,Id>, PanacheManagedReactiveRepositoryQueries<Entity,Id>, PanacheRepositorySwitcher<Entity,Id>
-
Method Summary
Methods inherited from interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
delete, flush, getSession, isPersistent, persist, persist, persist, persist, persistAndFlushMethods inherited from interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
count, count, count, delete, delete, deleteAll, deleteById, find, find, find, find, findAll, findAll, findById, findById, list, list, list, list, listAll, listAll, update, updateMethods inherited from interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
managedBlocking, managedReactive, statelessBlocking, statelessReactive