java.lang.Object
org.seasar.doma.internal.jdbc.dao.DaoImplSupport
- All Implemented Interfaces:
ConfigProvider
-
Constructor Summary
ConstructorsConstructorDescriptionDaoImplSupport(Config config) DaoImplSupport(Config config, Connection connection) Deprecated, for removal: This API element is subject to removal in a future version.DaoImplSupport(Config config, DataSource dataSource) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidReturns the configuration.static <T> MethodgetDeclaredMethod(Class<T> clazz, String name, Class<?>... parameterTypes) voidthrowing(String callerClassName, String callerMethodName, RuntimeException e)
-
Constructor Details
-
DaoImplSupport
-
DaoImplSupport
Deprecated, for removal: This API element is subject to removal in a future version. -
DaoImplSupport
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConfig
Description copied from interface:ConfigProviderReturns the configuration.- Specified by:
getConfigin interfaceConfigProvider- Returns:
- the configuration instance containing database operation settings
-
getDataSource
-
getCommandImplementors
-
getQueryImplementors
-
entering
-
exiting
-
throwing
-
getDeclaredMethod
-