Uses of Class
com.ibatis.sqlmap.engine.config.SqlMapConfiguration
Packages that use SqlMapConfiguration
-
Uses of SqlMapConfiguration in com.ibatis.sqlmap.engine.builder.xml
Methods in com.ibatis.sqlmap.engine.builder.xml that return SqlMapConfiguration -
Uses of SqlMapConfiguration in com.ibatis.sqlmap.engine.execution
Methods in com.ibatis.sqlmap.engine.execution with parameters of type SqlMapConfigurationModifier and TypeMethodDescriptionvoid
DefaultSqlExecutor.init
(SqlMapConfiguration config, Properties globalProps) void
SqlExecutor.init
(SqlMapConfiguration config, Properties globalProps) Initializing SQL Executor by passing configuration and global properties.