Package io.quarkus.hibernate.panache
Class PanacheEntity
java.lang.Object
io.quarkus.hibernate.panache.WithId<Long>
io.quarkus.hibernate.panache.WithId.AutoLong
io.quarkus.hibernate.panache.PanacheEntity
- All Implemented Interfaces:
PanacheManagedBlockingEntity,PanacheManagedEntityOperations<Void,,Boolean> PanacheEntityMarker
This is just an alias for
PanacheManagedBlockingEntity and WithId.AutoLong
for people coming from Panache 1-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRepresents an entity with managed blocking operations.static interfaceRepresents an entity with managed reactive operations.static interfaceRepresents an entity with stateless blocking operations.Nested classes/interfaces inherited from class io.quarkus.hibernate.panache.WithId
WithId.AutoLong, WithId.AutoString, WithId.AutoUUIDNested classes/interfaces inherited from interface io.quarkus.hibernate.panache.PanacheEntityMarker
PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl, PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
PanacheEntity
public PanacheEntity()
-