Uses of Interface
org.hibernate.sql.model.SelfExecutingUpdateOperation
Packages that use SelfExecutingUpdateOperation
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Extensions to
JdbcOperation
for model mutations.-
Uses of SelfExecutingUpdateOperation in org.hibernate.dialect
Classes in org.hibernate.dialect that implement 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 TypeClassDescriptionclass
class
Legacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.