Uses of Interface
com.ibatis.sqlmap.client.SqlMapExecutor
Packages that use SqlMapExecutor
Package
Description
This package contains the core library client interface.
-
Uses of SqlMapExecutor in com.ibatis.sqlmap.client
Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.clientModifier and TypeInterfaceDescriptioninterfaceA thread safe client for working with your SQL Maps (Start Here).interfaceA single threaded session for working with your SQL Maps. -
Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.impl
Subinterfaces of SqlMapExecutor in com.ibatis.sqlmap.engine.implModifier and TypeInterfaceDescriptioninterfaceDeprecated.- this class is uneccessary and should be removed as soon as possible.Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapExecutorModifier and TypeClassDescriptionclassImplementation of ExtendedSqlMapClient.classImplementation of SqlMapSession. -
Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.mapping.statement
Constructors in com.ibatis.sqlmap.engine.mapping.statement with parameters of type SqlMapExecutorModifierConstructorDescriptionPaginatedDataList(SqlMapExecutor sqlMapExecutor, String statementName, Object parameterObject, int pageSize) Deprecated.Instantiates a new paginated data list. -
Uses of SqlMapExecutor in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope that return SqlMapExecutorModifier and TypeMethodDescriptionSessionScope.getSqlMapExecutor()Get the SQL executor for the session.Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapExecutorModifier and TypeMethodDescriptionvoidSessionScope.setSqlMapExecutor(SqlMapExecutor sqlMapExecutor) Get the SQL executor for the session.