Uses of Interface
org.hibernate.sql.model.SelfExecutingUpdateOperation
Packages that use SelfExecutingUpdateOperation
-
Uses of SelfExecutingUpdateOperation in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return types with arguments of type SelfExecutingUpdateOperationModifier and TypeMethodDescriptionprotected List<SelfExecutingUpdateOperation>MutationExecutorStandard.getSelfExecutingMutations()Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type SelfExecutingUpdateOperationModifierConstructorDescriptionMutationExecutorSingleSelfExecuting(SelfExecutingUpdateOperation operation, SharedSessionContractImplementor session) -
Uses of SelfExecutingUpdateOperation in org.hibernate.sql.model.jdbc
Classes in org.hibernate.sql.model.jdbc that implement SelfExecutingUpdateOperationModifier and TypeClassDescriptionclassclassLegacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.