Package io.quarkus.hibernate.panache
Interface PanacheEntity.Stateless
- All Superinterfaces:
PanacheEntityMarker,PanacheStatelessBlockingEntity,PanacheStatelessEntityOperations<Void,Boolean>
- Enclosing class:
PanacheEntity
Represents an entity with stateless blocking operations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.hibernate.panache.PanacheEntityMarker
PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl -
Method Summary
Methods inherited from interface io.quarkus.hibernate.panache.PanacheEntityMarker
managedBlocking, managedReactive, statelessBlocking, statelessReactiveMethods inherited from interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingEntity
delete, insert, update