| Package | Description |
|---|---|
| org.spincast.plugins.jdbc | |
| org.spincast.plugins.jdbc.statements |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends InsertResultWithGeneratedKey> |
SpincastJdbcPluginModule.getInsertResultWithGeneratedKeyImpl() |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertResultWithGeneratedKeyDefault |
| Modifier and Type | Method and Description |
|---|---|
InsertResultWithGeneratedKey |
QueryResultFactory.create(int queryResult,
Long generatedKey) |
InsertResultWithGeneratedKey |
InsertStatementDefault.insertGetGeneratedKey(String primaryKeyName) |
InsertResultWithGeneratedKey |
InsertStatement.insertGetGeneratedKey(String primaryKeyName)
Runs the insert query and return the generated id
|
protected InsertResultWithGeneratedKey |
InsertStatementDefault.insertPrivate(String primaryKeyName) |
| Modifier and Type | Method and Description |
|---|---|
List<InsertResultWithGeneratedKey> |
BatchInsertStatementDefault.batchInsertGetGeneratedKeys(String primaryKeyName) |
List<InsertResultWithGeneratedKey> |
BatchInsertStatement.batchInsertGetGeneratedKeys(String primaryKeyName)
Run the batch insert query and return the generated ids, if current driver supports it.
|
protected List<InsertResultWithGeneratedKey> |
BatchInsertStatementDefault.batchInsertPrivate(String primaryKeyName) |
Copyright © 2018. All rights reserved.