Interface PanacheManagedBlockingRepositoryBase<Entity,Id>
- All Superinterfaces:
PanacheManagedBlockingRepositoryOperations<Entity,,Id> PanacheManagedBlockingRepositoryQueries<Entity,,Id> PanacheManagedRepositoryOperations<Entity,,org.hibernate.Session, Void, Boolean, Id> PanacheRepositoryBlockingQueries<Entity,,Id> PanacheRepositoryQueries<Entity,,List<Entity>, PanacheBlockingQuery<Entity>, Long, Boolean, Id> PanacheRepositorySwitcher<Entity,Id>
- All Known Subinterfaces:
PanacheManagedBlockingRepository<Entity>,PanacheRepository<Entity>,PanacheRepository.Managed<Entity,Id>
public interface PanacheManagedBlockingRepositoryBase<Entity,Id>
extends PanacheManagedBlockingRepositoryOperations<Entity,Id>, PanacheManagedBlockingRepositoryQueries<Entity,Id>, PanacheRepositorySwitcher<Entity,Id>
-
Method Summary
Methods inherited from interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
delete, flush, getSession, isPersistent, persist, persist, persist, persist, persistAndFlushMethods inherited from interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
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, updateMethods inherited from interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
managedBlocking, managedReactive, statelessBlocking, statelessReactive