Uses of Class
org.hibernate.sql.model.jdbc.JdbcInsertMutation
Packages that use JdbcInsertMutation
Package
Description
SQL AST extensions for model mutations.
Extensions to
JdbcOperation
for model mutations.-
Uses of JdbcInsertMutation in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast that return JdbcInsertMutationModifier and TypeMethodDescriptionprotected JdbcInsertMutation
AbstractTableInsert.createMutationOperation
(TableMapping tableDetails, String sql, List<JdbcParameterBinder> effectiveBinders) -
Uses of JdbcInsertMutation in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return JdbcInsertMutationModifier and TypeMethodDescriptionprotected JdbcInsertMutation
OptionalTableUpdateOperation.createJdbcInsert
(SharedSessionContractImplementor session)