Package org.hibernate.sql.model.jdbc
package org.hibernate.sql.model.jdbc
Extensions to
JdbcOperation for model mutations.- Author:
- Steve Ebersole
-
ClassDescriptionDescriptor for a table insert originating from a flushJdbcOperation extension for model mutations stemming from persistence context flushesDescribes the update of a single tableDescriptor for JDBC value within an operation.JdbcMutation implementation for MERGE handlingLegacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.JdbcMutation implementation for UPSERT handling