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 SelfExecutingUpdateOperationModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
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.classUsesOptionalTableInsertfor the insert operation, to avoid primary key constraint violations when inserting only primary key columns.