Package io.quarkus.hibernate.panache
Interface PanacheRepository.Managed<Entity,Id>
- All Superinterfaces:
PanacheManagedBlockingRepositoryBase<Entity,,Id> 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>
- Enclosing interface:
PanacheRepository<Entity>
public static interface PanacheRepository.Managed<Entity,Id>
extends PanacheManagedBlockingRepositoryBase<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