Uses of Interface
org.hibernate.sql.model.SelfExecutingUpdateOperation
Packages that use SelfExecutingUpdateOperation
-
Uses of SelfExecutingUpdateOperation in org.hibernate.engine.jdbc.mutation.internal
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 TypeClassDescriptionclass
class
Legacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.