Uses of Class
org.hibernate.sql.model.jdbc.JdbcInsertMutation
-
Packages that use JdbcInsertMutation Package Description org.hibernate.sql.model.ast SQL AST extensions for model mutations. -
-
Uses of JdbcInsertMutation in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast that return JdbcInsertMutation Modifier and Type Method Description protected JdbcInsertMutation
AbstractTableInsert. createMutationOperation(TableMapping tableDetails, String sql, List<JdbcParameterBinder> effectiveBinders)
-