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 EntityMappingTypegetEntityDescriptor()SessionFactoryImplementorgetSessionFactory()SqmDeleteOrUpdateStatement<?>getSqmDeleteOrUpdateStatement()
-
-
-
Method Detail
-
getSqmDeleteOrUpdateStatement
SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement()
-
getEntityDescriptor
EntityMappingType getEntityDescriptor()
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-
-