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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityMappingType
getEntityDescriptor()
SessionFactoryImplementor
getSessionFactory()
SqmDeleteOrUpdateStatement<?>
getSqmDeleteOrUpdateStatement()
-
-
-
Method Detail
-
getSqmDeleteOrUpdateStatement
SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement()
-
getEntityDescriptor
EntityMappingType getEntityDescriptor()
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-
-