Package | Description |
---|---|
sirius.db.jdbc.batch |
Modifier and Type | Method and Description |
---|---|
InsertQuery<?> |
BatchContext.autoInsertQuery(boolean fetchId,
String... mappingsToInsert)
Returns an autoinitializing insert query.
|
InsertQuery<?> |
BatchContext.autoInsertQuery(String... mappingsToInsert)
Returns an autoinitializing insert query.
|
<E extends SQLEntity> |
BatchContext.insertQuery(Class<E> type,
boolean fetchId,
Mapping... mappingsToInsert)
Creates a new
insert query . |
<E extends SQLEntity> |
BatchContext.insertQuery(Class<E> type,
Mapping... mappingsToInsert)
Creates a new
insert query . |
Copyright © 2018. All rights reserved.