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:
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
reactiveExecute
-
Method Details
-
getSqmDeleteOrUpdateStatement
SqmDeleteOrUpdateStatement<?> getSqmDeleteOrUpdateStatement() -
getEntityDescriptor
EntityMappingType getEntityDescriptor() -
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-