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
Subclasses with type arguments of type JdbcInsertMutation in org.hibernate.sql.model.astSubinterfaces with type arguments of type JdbcInsertMutation in org.hibernate.sql.model.astModifier and TypeInterfaceDescriptioninterfaceModels an insert into a model (entity or collection) table, triggered from flushMethods in org.hibernate.sql.model.ast that return JdbcInsertMutationModifier and TypeMethodDescriptionprotected JdbcInsertMutationAbstractTableInsert.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 JdbcInsertMutationOptionalTableUpdateOperation.createJdbcInsert(SharedSessionContractImplementor session)