Uses of Interface
org.seasar.doma.jdbc.SqlFileRepository
Packages that use SqlFileRepository
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
-
Uses of SqlFileRepository in org.seasar.doma.internal
Methods in org.seasar.doma.internal that return SqlFileRepository -
Uses of SqlFileRepository in org.seasar.doma.jdbc
Classes in org.seasar.doma.jdbc that implement SqlFileRepositoryModifier and TypeClassDescriptionclassA skeletal implementation of theSqlFileRepositoryinterface.classAn SQL file repository that caches the results of SQL parsing without limit.classAn SQL file repository that does not cache the results of SQL parsing.Fields in org.seasar.doma.jdbc declared as SqlFileRepositoryModifier and TypeFieldDescriptionstatic final SqlFileRepositoryConfigSupport.defaultSqlFileRepositoryDefault implementation ofSqlFileRepositorythat caches SQL files aggressively.Methods in org.seasar.doma.jdbc that return SqlFileRepositoryModifier and TypeMethodDescriptiondefault SqlFileRepositoryConfig.getSqlFileRepository()Returns the SQL file repository.Methods in org.seasar.doma.jdbc with parameters of type SqlFileRepositoryModifier and TypeMethodDescriptionSimpleConfigBuilder.sqlFileRepository(SqlFileRepository sqlFileRepository)