| 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(org.simpleflatmapper.converter.ContextFactoryBuilder contextFactoryBuilder) |
| 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(CrudMeta meta,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
org.simpleflatmapper.converter.ContextFactory contextFactory) |
KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
org.simpleflatmapper.converter.ContextFactory contextFactory,
String[] keys) |
MultiIndexQueryPreparer(NamedSqlQuery query,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
String[] generatedKeys,
org.simpleflatmapper.converter.ContextFactory contextFactory) |
MysqlBatchInsertQueryExecutor(CrudMeta meta,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
org.simpleflatmapper.converter.ContextFactory contextFactory) |
PostgresqlBatchInsertQueryExecutor(CrudMeta meta,
String[] insertColumns,
String[] insertColumnExpressions,
String[] updateColumns,
String[] generatedKeys,
String[] keys,
MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
org.simpleflatmapper.converter.ContextFactory contextFactory) |
Copyright © 2020. All rights reserved.