Uses of Interface
org.hibernate.sql.model.SelfExecutingUpdateOperation
Packages that use SelfExecutingUpdateOperation
-
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.