Interface ReactiveAbstractMutationHandler
- All Superinterfaces:
org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
public interface ReactiveAbstractMutationHandler
extends org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
- See Also:
-
AbstractMutationHandler
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.metamodel.mapping.EntityMappingType
org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<?>
Methods inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
reactiveExecute
-
Method Details
-
getSqmDeleteOrUpdateStatement
org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement() -
getEntityDescriptor
org.hibernate.metamodel.mapping.EntityMappingType getEntityDescriptor() -
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-