| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSqlFileRepository
A skeletal implementation of the
SqlFileRepository interface. |
class |
GreedyCacheSqlFileRepository
An SQL file repository that caches the results of SQL parsing without limit.
|
class |
NoCacheSqlFileRepository
An SQL file repository that does not cache the results of SQL parsing.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlFileRepository |
ConfigSupport.defaultSqlFileRepository |
| Modifier and Type | Method and Description |
|---|---|
default SqlFileRepository |
Config.getSqlFileRepository()
Returns the SQL file repository.
|