Package io.quarkus.hibernate.panache
Interface PanacheRepository.Reactive.Stateless<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> PanacheStatelessReactiveRepositoryBase<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>
- Enclosing interface:
PanacheRepository.Reactive<Entity,Id>
public static interface PanacheRepository.Reactive.Stateless<Entity,Id>
extends PanacheStatelessReactiveRepositoryBase<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