Package org.hibernate.sql.ast.tree.insert
AST nodes representing
insert
statements in a SQL tree.-
Interface Summary Interface Description InsertStatement Specialization of MutationStatement for inserts -
Class Summary Class Description InsertSelectStatement todo (6.2) - Would much prefer to split insert-values and insert-select into individual contracts - something like `InsertStatement` and `InsertSelectStatement` e.g.Values