Package io.quarkus.hibernate.panache
Interface PanacheRepository.Stateless<Entity,Id>
- All Superinterfaces:
PanacheRepositoryBlockingQueries<Entity,,Id> PanacheRepositoryQueries<Entity,,List<Entity>, PanacheBlockingQuery<Entity>, Long, Boolean, Id> PanacheRepositorySwitcher<Entity,,Id> PanacheStatelessBlockingRepositoryBase<Entity,,Id> PanacheStatelessBlockingRepositoryOperations<Entity,,Id> PanacheStatelessBlockingRepositoryQueries<Entity,,Id> PanacheStatelessRepositoryOperations<Entity,org.hibernate.StatelessSession, Void, Boolean, Id>
- Enclosing interface:
PanacheRepository<Entity>
public static interface PanacheRepository.Stateless<Entity,Id>
extends PanacheStatelessBlockingRepositoryBase<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.blocking.PanacheStatelessBlockingRepositoryOperations
delete, getSession, insert, insert, insert, insert, updateMethods inherited from interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
count, count, count, delete, delete, deleteAll, deleteById, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, list, list, list, list, listAll, listAll, stream, stream, stream, stream, streamAll, streamAll, update, update