Package io.quarkus.hibernate.panache
Class PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
java.lang.Object
io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
- All Implemented Interfaces:
PanacheEntityMarker,PanacheStatelessBlockingEntity,PanacheStatelessEntityOperations<Void,Boolean>
- Enclosing interface:
PanacheEntityMarker
public static class PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
extends Object
implements PanacheStatelessBlockingEntity
-
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
-
PanacheStatelessBlockingEntityOperationsImpl
-
-
Method Details
-
insert
Description copied from interface:PanacheStatelessBlockingEntityInsert this entity in the database. This will set your ID field if it is not already set.- Specified by:
insertin interfacePanacheStatelessBlockingEntity- Specified by:
insertin interfacePanacheStatelessEntityOperations<Void,Boolean> - See Also:
-
update
Description copied from interface:PanacheStatelessBlockingEntityUpdate this entity in the database.- Specified by:
updatein interfacePanacheStatelessBlockingEntity- Specified by:
updatein interfacePanacheStatelessEntityOperations<Void,Boolean>
-
delete
Description copied from interface:PanacheStatelessBlockingEntityDelete this entity from the database.- Specified by:
deletein interfacePanacheStatelessBlockingEntity- Specified by:
deletein interfacePanacheStatelessEntityOperations<Void,Boolean> - See Also:
-