java.lang.Object
org.seasar.doma.jdbc.AbstractSqlFileRepository
org.seasar.doma.jdbc.NoCacheSqlFileRepository
- All Implemented Interfaces:
SqlFileRepository
An SQL file repository that does not cache the results of SQL parsing.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.seasar.doma.jdbc.AbstractSqlFileRepository
AbstractSqlFileRepository.CacheKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SqlFilegetSqlFileWithCacheControl(Method method, String path, Dialect dialect) Returns the SQL file in consideration of cache control.Methods inherited from class org.seasar.doma.jdbc.AbstractSqlFileRepository
createSqlFile, getPrimaryPath, getSql, getSqlFile, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.SqlFileRepository
clearCache
-
Constructor Details
-
NoCacheSqlFileRepository
public NoCacheSqlFileRepository()
-
-
Method Details
-
getSqlFileWithCacheControl
Description copied from class:AbstractSqlFileRepositoryReturns the SQL file in consideration of cache control.- Specified by:
getSqlFileWithCacheControlin classAbstractSqlFileRepository- Parameters:
method- the Dao methodpath- the SQL file pathdialect- the dialect- Returns:
- the SQL file
-