Package org.hibernate.sql.model.jdbc
package org.hibernate.sql.model.jdbc
Extensions to
JdbcOperation for model mutations.-
ClassDescriptionDescriptor for a table insert originating from a flush
JdbcOperationextension for model mutations stemming from persistence context flushesDescribes the update of a single tableDescriptor for JDBC value within an operation.JdbcMutationOperationimplementation for MERGE handlingLegacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.An OptionalTableUpdate that uses Expectation.OptionalRowCount.UsesOptionalTableInsertfor the insert operation, to avoid primary key constraint violations when inserting only primary key columns.JdbcMutationOperationimplementation for UPSERT handling