| Package | Description |
|---|---|
| org.smartparam.repository.jdbc.config | |
| org.smartparam.repository.jdbc.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJdbcConfig
Java bean implementation of JDBC configuration, provides default values for
table names (dialect has no default and is mandatory).
|
| Modifier and Type | Method and Description |
|---|---|
JdbcConfig |
JdbcParamRepositoryConfig.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JdbcParamRepository |
JdbcParamRepositoryFactory.createRepository(DataSource dataSource,
JdbcConfig config) |
static JdbcParamRepository |
JdbcParamRepositoryFactory.jdbcRepository(DataSource dataSource,
JdbcConfig config) |
| Constructor and Description |
|---|
JdbcParamRepositoryConfig(DataSource dataSource,
JdbcConfig configuration) |
| Constructor and Description |
|---|
LevelDAO(JdbcConfig configuration) |
ParameterDAO(JdbcConfig configuration,
org.polyjdbc.core.query.SimpleQueryRunner simpleQueryRunner) |
SimpleJdbcRepository(JdbcConfig configuration,
ParameterDAO parameterDAO,
LevelDAO levelDAO,
ParameterEntryDAO parameterEntryDAO) |
Copyright © 2012–2013. All rights reserved.