| 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 |
|---|---|---|
QueryBinder<T> |
QueryPreparer.prepare(Connection connection) |
Create a new QueryBinder based on the underlying query.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MapperQueryBinder<T> |
|
class |
MultiIndexQueryPreparer.MultiIndexQueryBinder |
| Modifier and Type | Method | Description |
|---|---|---|
QueryBinder<T> |
MapperQueryPreparer.prepare(Connection connection) |
|
QueryBinder<T> |
MultiIndexQueryPreparer.prepare(Connection connection) |
|
QueryBinder<T> |
UnsupportedQueryPreparer.prepare(Connection connection) |
Copyright © 2019. All rights reserved.