Class AbstractMutationHandler
java.lang.Object
org.hibernate.query.sqm.mutation.internal.AbstractMutationHandler
- All Implemented Interfaces:
Handler
,MultiTableHandler
- Direct Known Subclasses:
AbstractCteMutationHandler
,TableBasedDeleteHandler
,TableBasedInsertHandler
,TableBasedSoftDeleteHandler
,TableBasedUpdateHandler
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractMutationHandler
(SqmDmlStatement<?> sqmDmlStatement, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.mutation.internal.Handler
dependsOnParameterBindings, execute, isCompatibleWith
Methods inherited from interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
createJdbcParameterBindings, execute
-
Constructor Details
-
AbstractMutationHandler
public AbstractMutationHandler(SqmDmlStatement<?> sqmDmlStatement, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getSqmStatement
-
getEntityDescriptor
-
getSessionFactory
-