Class HotReplacementSqlFileRepository
- java.lang.Object
-
- org.seasar.doma.jdbc.AbstractSqlFileRepository
-
- org.seasar.doma.quarkus.runtime.devmode.HotReplacementSqlFileRepository
-
- All Implemented Interfaces:
org.seasar.doma.jdbc.SqlFileRepository
public class HotReplacementSqlFileRepository extends org.seasar.doma.jdbc.AbstractSqlFileRepository
-
-
Constructor Summary
Constructors Constructor Description HotReplacementSqlFileRepository(List<Path> resourcesDirs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetSql(String path)protected org.seasar.doma.jdbc.SqlFilegetSqlFileWithCacheControl(Method method, String path, org.seasar.doma.jdbc.dialect.Dialect dialect)-
Methods inherited from class org.seasar.doma.jdbc.AbstractSqlFileRepository
createSqlFile, getPrimaryPath, getSqlFile, parse
-
-