Package io.quarkus.hibernate.panache
Class PanacheEntityBase
java.lang.Object
io.quarkus.hibernate.panache.PanacheEntityBase
- All Implemented Interfaces:
PanacheManagedBlockingEntity,PanacheManagedEntityOperations<Void,,Boolean> PanacheEntityMarker
This is just an alias for
PanacheManagedBlockingEntity for people coming from Panache 1-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.hibernate.panache.PanacheEntityMarker
PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.hibernate.panache.PanacheEntityMarker
managedBlocking, managedReactive, statelessBlocking, statelessReactiveMethods inherited from interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingEntity
delete, isPersistent, persist, persistAndFlush
-
Constructor Details
-
PanacheEntityBase
public PanacheEntityBase()
-