Uses of Interface
com.ibatis.sqlmap.client.SqlMapClient
Packages that use SqlMapClient
Package
Description
This package contains the core library client interface.
-
Uses of SqlMapClient in com.ibatis.sqlmap.client
Methods in com.ibatis.sqlmap.client that return SqlMapClientModifier and TypeMethodDescriptionstatic SqlMapClientSqlMapClientBuilder.buildSqlMapClient(InputStream inputStream) Builds an SqlMapClient using the specified input stream.static SqlMapClientSqlMapClientBuilder.buildSqlMapClient(InputStream inputStream, Properties props) Builds an SqlMapClient using the specified input stream and properties file.static SqlMapClientSqlMapClientBuilder.buildSqlMapClient(Reader reader) Builds an SqlMapClient using the specified reader.static SqlMapClientSqlMapClientBuilder.buildSqlMapClient(Reader reader, Properties props) Builds an SqlMapClient using the specified reader and properties file. -
Uses of SqlMapClient in com.ibatis.sqlmap.engine.builder.xml
Methods in com.ibatis.sqlmap.engine.builder.xml that return SqlMapClientModifier and TypeMethodDescriptionSqlMapConfigParser.parse(InputStream inputStream) Parses the.SqlMapConfigParser.parse(InputStream inputStream, Properties props) Parses the.Parses the.SqlMapConfigParser.parse(Reader reader, Properties props) Parses the. -
Uses of SqlMapClient in com.ibatis.sqlmap.engine.impl
Subinterfaces of SqlMapClient 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 SqlMapClient -
Uses of SqlMapClient in com.ibatis.sqlmap.engine.mapping.statement
Methods in com.ibatis.sqlmap.engine.mapping.statement that return SqlMapClientMethods in com.ibatis.sqlmap.engine.mapping.statement with parameters of type SqlMapClientModifier and TypeMethodDescriptionvoidMappedStatement.setSqlMapClient(SqlMapClient sqlMapClient) Sets the sql map client. -
Uses of SqlMapClient in com.ibatis.sqlmap.engine.scope
Methods in com.ibatis.sqlmap.engine.scope that return SqlMapClientModifier and TypeMethodDescriptionSessionScope.getSqlMapClient()Get the SqlMapClient for the session.Methods in com.ibatis.sqlmap.engine.scope with parameters of type SqlMapClientModifier and TypeMethodDescriptionvoidSessionScope.setSqlMapClient(SqlMapClient sqlMapClient) Set the SqlMapClient for the session.