| Package | Description |
|---|---|
| org.simpleflatmapper.jdbc |
JdbcMapper classes to map object from a csv file. |
| Modifier and Type | Method and Description |
|---|---|
ConnectedCrud<T,K> |
CrudDSL.table(DataSource dataSource,
String table)
Create a connected crud against the specified table validating it against the specified datasource.
|
ConnectedCrud<T,K> |
CrudDSL.to(DataSource dataSource)
Create a connected crud validating it against the specified datasource.
|
Copyright © 2020. All rights reserved.