Interface ReactiveAbstractMutationHandler
- All Superinterfaces:
org.hibernate.query.sqm.mutation.internal.Handler,org.hibernate.query.sqm.mutation.spi.MultiTableHandler,org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
public interface ReactiveAbstractMutationHandler
extends org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
- See Also:
-
org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
-
Field Summary
Fields inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
LOG -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.metamodel.mapping.EntityMappingTypeMethods inherited from interface org.hibernate.query.sqm.mutation.internal.Handler
dependsOnParameterBindings, isCompatibleWithMethods inherited from interface org.hibernate.query.sqm.mutation.spi.MultiTableHandler
createJdbcParameterBindingsMethods inherited from interface org.hibernate.reactive.query.sqm.mutation.internal.ReactiveHandler
execute, execute, reactiveExecute, reactiveExecute
-
Method Details
-
getEntityDescriptor
org.hibernate.metamodel.mapping.EntityMappingType getEntityDescriptor() -
getSessionFactory
SessionFactoryImplementor getSessionFactory()
-