Uses of Interface
com.ibatis.sqlmap.client.SqlMapSession
Packages that use SqlMapSession
Package
Description
This package contains the core library client interface.
-
Uses of SqlMapSession in com.ibatis.sqlmap.client
Methods in com.ibatis.sqlmap.client that return SqlMapSessionModifier and TypeMethodDescriptionSqlMapClient.getSession()Deprecated.Use openSession() instead.SqlMapClient.openSession()Returns a single threaded SqlMapSession implementation for use by one user.SqlMapClient.openSession(Connection conn) Returns a single threaded SqlMapSession implementation for use by one user. -
Uses of SqlMapSession in com.ibatis.sqlmap.engine.impl
Classes in com.ibatis.sqlmap.engine.impl that implement SqlMapSessionMethods in com.ibatis.sqlmap.engine.impl that return SqlMapSessionModifier and TypeMethodDescriptionExtendedSqlMapClient.getSession()Deprecated.Gets the session.SqlMapClientImpl.getSession()Deprecated.Use openSession()ExtendedSqlMapClient.openSession()Deprecated.Open session.ExtendedSqlMapClient.openSession(Connection conn) Deprecated.Open session.SqlMapClientImpl.openSession()SqlMapClientImpl.openSession(Connection conn)