Package io.quarkus.hibernate.panache
Class PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
java.lang.Object
io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
- All Implemented Interfaces:
PanacheEntityMarker,PanacheStatelessEntityOperations<io.smallrye.mutiny.Uni<Void>,,io.smallrye.mutiny.Uni<Boolean>> PanacheStatelessReactiveEntity
- Enclosing interface:
PanacheEntityMarker
public static class PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
extends Object
implements PanacheStatelessReactiveEntity
-
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, statelessReactive
-
Constructor Details
-
PanacheStatelessReactiveEntityOperationsImpl
-
-
Method Details
-
insert
Description copied from interface:PanacheStatelessReactiveEntityInsert this entity in the database. This will set your ID field if it is not already set.- Specified by:
insertin interfacePanacheStatelessEntityOperations<io.smallrye.mutiny.Uni<Void>,io.smallrye.mutiny.Uni<Boolean>> - Specified by:
insertin interfacePanacheStatelessReactiveEntity
-
update
Description copied from interface:PanacheStatelessReactiveEntityUpdate this entity in the database.- Specified by:
updatein interfacePanacheStatelessEntityOperations<io.smallrye.mutiny.Uni<Void>,io.smallrye.mutiny.Uni<Boolean>> - Specified by:
updatein interfacePanacheStatelessReactiveEntity
-
delete
Description copied from interface:PanacheStatelessReactiveEntityDelete this entity from the database.- Specified by:
deletein interfacePanacheStatelessEntityOperations<io.smallrye.mutiny.Uni<Void>,io.smallrye.mutiny.Uni<Boolean>> - Specified by:
deletein interfacePanacheStatelessReactiveEntity
-