| Package | Description |
|---|---|
| org.springframework.jdbc.core.simple |
Simplification layer for table inserts and stored procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleJdbcInsert |
SimpleJdbcInsert.usingColumns(String... columnNames) |
SimpleJdbcInsert |
SimpleJdbcInsert.usingGeneratedKeyColumns(String... columnNames) |
SimpleJdbcInsert |
SimpleJdbcInsert.withCatalogName(String catalogName) |
SimpleJdbcInsert |
SimpleJdbcInsert.withSchemaName(String schemaName) |
SimpleJdbcInsert |
SimpleJdbcInsert.withTableName(String tableName) |