| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentMap<AbstractSqlFileRepository.CacheKey,SqlFile> |
GreedyCacheSqlFileRepository.sqlFileMap |
| Modifier and Type | Method and Description |
|---|---|
protected SqlFile |
AbstractSqlFileRepository.createSqlFile(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect)
Creates the SQL file.
|
SqlFile |
AbstractSqlFileRepository.getSqlFile(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect) |
SqlFile |
SqlFileRepository.getSqlFile(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect)
Returns the SQL file.
|
protected SqlFile |
NoCacheSqlFileRepository.getSqlFileWithCacheControl(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect) |
protected SqlFile |
GreedyCacheSqlFileRepository.getSqlFileWithCacheControl(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect) |
protected abstract SqlFile |
AbstractSqlFileRepository.getSqlFileWithCacheControl(java.lang.reflect.Method method,
java.lang.String path,
Dialect dialect)
Returns the SQL file in consideration of cache control.
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlFile |
SqlFileBatchModifyQuery.sqlFile |
protected SqlFile |
SqlFileSelectQuery.sqlFile |
protected SqlFile |
SqlProcessorQuery.sqlFile |