Uses of Class
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate
Packages that use SqlMapExecutorDelegate
Package
Description
-
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config that return SqlMapExecutorDelegate -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.impl
Fields in com.ibatis.sqlmap.engine.impl declared as SqlMapExecutorDelegateModifier and TypeFieldDescriptionSqlMapClientImpl.delegateDelegate for SQL execution.protected SqlMapExecutorDelegateSqlMapSessionImpl.delegateThe delegate.Methods in com.ibatis.sqlmap.engine.impl that return SqlMapExecutorDelegateModifier and TypeMethodDescriptionExtendedSqlMapClient.getDelegate()Deprecated.Gets the delegate.SqlMapClientImpl.getDelegate()SqlMapSessionImpl.getDelegate()Get the delegate.Constructors in com.ibatis.sqlmap.engine.impl with parameters of type SqlMapExecutorDelegateModifierConstructorDescriptionSqlMapClientImpl(SqlMapExecutorDelegate delegate) Constructor to supply a delegate. -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.parameter
Methods in com.ibatis.sqlmap.engine.mapping.parameter that return SqlMapExecutorDelegateConstructors in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type SqlMapExecutorDelegateModifierConstructorDescriptionNoParameterMap(SqlMapExecutorDelegate delegate) Instantiates a new no parameter map.ParameterMap(SqlMapExecutorDelegate delegate) Instantiates a new parameter map. -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.result
Fields in com.ibatis.sqlmap.engine.mapping.result declared as SqlMapExecutorDelegateModifier and TypeFieldDescriptionprotected SqlMapExecutorDelegateResultMap.delegateThe delegate.Methods in com.ibatis.sqlmap.engine.mapping.result that return SqlMapExecutorDelegateConstructors in com.ibatis.sqlmap.engine.mapping.result with parameters of type SqlMapExecutorDelegateModifierConstructorDescriptionAutoResultMap(SqlMapExecutorDelegate delegate, boolean allowRemapping) Constructor to pass in the SqlMapExecutorDelegate.Discriminator(SqlMapExecutorDelegate delegate, ResultMapping resultMapping) Instantiates a new discriminator.ResultMap(SqlMapExecutorDelegate delegate) Constructor to pass a SqlMapExecutorDelegate in. -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.sql.dynamic
Constructors in com.ibatis.sqlmap.engine.mapping.sql.dynamic with parameters of type SqlMapExecutorDelegateModifierConstructorDescriptionDynamicSql(SqlMapExecutorDelegate delegate) Instantiates a new dynamic sql. -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.mapping.sql.simple
Constructors in com.ibatis.sqlmap.engine.mapping.sql.simple with parameters of type SqlMapExecutorDelegateModifierConstructorDescriptionSimpleDynamicSql(SqlMapExecutorDelegate delegate, String sqlStatement) Instantiates a new simple dynamic sql. -
Uses of SqlMapExecutorDelegate in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapExecutorDelegateModifier and TypeMethodDescriptionvoidSessionScope.putPreparedStatement(SqlMapExecutorDelegate delegate, String sql, PreparedStatement ps) Put prepared statement.