Package | Description |
---|---|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
Modifier and Type | Method and Description |
---|---|
InsertSelect |
InsertSelect.addColumn(String columnName) |
InsertSelect |
InsertSelect.addColumns(String[] columnNames) |
InsertSelect |
InsertSelect.setComment(String comment) |
InsertSelect |
InsertSelect.setSelect(Select select) |
InsertSelect |
InsertSelect.setTableName(String tableName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.