| 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 and Description |
|---|---|
MultiIndexFieldMapper<T>[] |
PreparedStatementMapperBuilder.buildIndexFieldMappers() |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionIndexFieldMapper<T,C,P> |
class |
SingleIndexFieldMapper<T,P> |
| Modifier and Type | Field and Description |
|---|---|
protected MultiIndexFieldMapper<T>[] |
AbstractBatchInsertQueryExecutor.multiIndexFieldMappers |
| Constructor and 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.