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 org.hibernate.metamodel.mapping.EntityMappingTypegetEntityDescriptor()SessionFactoryImplementorgetSessionFactory()org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<?>getSqmDeleteOrUpdateStatement()
-
-
-
Method Detail
-
getSqmDeleteOrUpdateStatement
org.hibernate.query.sqm.tree.SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement()
-
getEntityDescriptor
org.hibernate.metamodel.mapping.EntityMappingType getEntityDescriptor()
-
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-
-