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
JdbcOperation
extension for model mutations stemming from persistence context flushesDescribes the update of a single tableDescriptor for JDBC value within an operation.JdbcMutationOperation
implementation for MERGE handlingLegacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.JdbcMutationOperation
implementation for UPSERT handling