Interface PanacheStatelessBlockingRepositoryBase<Entity,Id>
- All Superinterfaces:
PanacheRepositoryBlockingQueries<Entity,,Id> PanacheRepositoryQueries<Entity,,List<Entity>, PanacheBlockingQuery<Entity>, Long, Boolean, Id> PanacheRepositorySwitcher<Entity,,Id> PanacheStatelessBlockingRepositoryOperations<Entity,,Id> PanacheStatelessBlockingRepositoryQueries<Entity,,Id> PanacheStatelessRepositoryOperations<Entity,org.hibernate.StatelessSession, Void, Boolean, Id>
- All Known Subinterfaces:
PanacheRepository.Stateless<Entity,,Id> PanacheStatelessBlockingRepository<Entity>
public interface PanacheStatelessBlockingRepositoryBase<Entity,Id>
extends PanacheStatelessBlockingRepositoryOperations<Entity,Id>, PanacheStatelessBlockingRepositoryQueries<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.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