| Package | Description |
|---|---|
| org.simpleflatmapper.jdbc |
JdbcMapper classes to map object from a csv file. |
| org.simpleflatmapper.jdbc.impl |
JdbcMapper related classes. |
| Modifier and Type | Method | Description |
|---|---|---|
MultiIndexFieldMapper<T>[] |
PreparedStatementMapperBuilder.buildIndexFieldMappers() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CollectionIndexFieldMapper<T,C,P> |
|
class |
SingleIndexFieldMapper<T,P> |
| Modifier and Type | Field | Description |
|---|---|---|
protected MultiIndexFieldMapper<T>[] |
AbstractBatchInsertQueryExecutor.multiIndexFieldMappers |
| Constructor | Description |
|---|---|
AbstractBatchInsertQueryExecutor(String table,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers) |
|
KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
String[] keys) |
|
MultiIndexQueryPreparer(NamedSqlQuery query,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
String[] generatedKeys) |
|
MysqlBatchInsertQueryExecutor(String table,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers) |
|
PostgresqlBatchInsertQueryExecutor(String table,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
String[] keys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers) |
Copyright © 2018. All rights reserved.