congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
SqlMapClientImpl.getLocalSqlMapSession
Code IndexAdd Tabnine to your IDE (free)

How to use
getLocalSqlMapSession
method
in
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl

Best Java code snippets using com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getLocalSqlMapSession (Showing top 20 results out of 315)

origin: org.apache.ibatis/ibatis-sqlmap

public void endTransaction() throws SQLException {
 try {
  getLocalSqlMapSession().endTransaction();
 } finally {
  getLocalSqlMapSession().close();
 }
}
origin: org.apache.ibatis/com.springsource.com.ibatis

/**
 * @deprecated All paginated list features have been deprecated
 */
public PaginatedList queryForPaginatedList(String id, int pageSize) throws SQLException {
 return getLocalSqlMapSession().queryForPaginatedList(id, pageSize);
}
origin: org.apache.ibatis/ibatis-sqlmap

/**
 * @deprecated All paginated list features have been deprecated
 */
public PaginatedList queryForPaginatedList(String id, int pageSize) throws SQLException {
 return getLocalSqlMapSession().queryForPaginatedList(id, pageSize);
}
origin: org.apache.ibatis/ibatis-sqlmap

/**
 * @deprecated All paginated list features have been deprecated
 */
public PaginatedList queryForPaginatedList(String id, Object paramObject, int pageSize) throws SQLException {
 return getLocalSqlMapSession().queryForPaginatedList(id, paramObject, pageSize);
}
origin: org.apache.ibatis/com.springsource.com.ibatis

public void endTransaction() throws SQLException {
 try {
  getLocalSqlMapSession().endTransaction();
 } finally {
  getLocalSqlMapSession().close();
 }
}
origin: org.apache.ibatis/com.springsource.com.ibatis

 public void setUserConnection(Connection connection) throws SQLException {
 try {
  getLocalSqlMapSession().setUserConnection(connection);
 } finally {
  if (connection == null) {
   getLocalSqlMapSession().close();
  }
 }
}
 
origin: org.apache.ibatis/ibatis-sqlmap

 public void setUserConnection(Connection connection) throws SQLException {
 try {
  getLocalSqlMapSession().setUserConnection(connection);
 } finally {
  if (connection == null) {
   getLocalSqlMapSession().close();
  }
 }
}
 
origin: org.apache.ibatis/com.springsource.com.ibatis

/**
 * @deprecated All paginated list features have been deprecated
 */
public PaginatedList queryForPaginatedList(String id, Object paramObject, int pageSize) throws SQLException {
 return getLocalSqlMapSession().queryForPaginatedList(id, paramObject, pageSize);
}
origin: org.apache.ibatis/ibatis-sqlmap

public void commitTransaction() throws SQLException {
 getLocalSqlMapSession().commitTransaction();
}
origin: org.apache.ibatis/ibatis-sqlmap

public void startBatch() throws SQLException {
 getLocalSqlMapSession().startBatch();
}
origin: org.apache.ibatis/ibatis-sqlmap

public List executeBatchDetailed() throws SQLException, BatchException {
 return getLocalSqlMapSession().executeBatchDetailed();
}
 
origin: org.apache.ibatis/com.springsource.com.ibatis

public int update(String id) throws SQLException {
 return getLocalSqlMapSession().update(id);
}
origin: org.apache.ibatis/com.springsource.com.ibatis

public List queryForList(String id, Object paramObject) throws SQLException {
 return getLocalSqlMapSession().queryForList(id, paramObject);
}
origin: org.apache.ibatis/com.springsource.com.ibatis

public List queryForList(String id) throws SQLException {
 return getLocalSqlMapSession().queryForList(id);
}
origin: org.apache.ibatis/com.springsource.com.ibatis

public Map queryForMap(String id, Object paramObject, String keyProp) throws SQLException {
 return getLocalSqlMapSession().queryForMap(id, paramObject, keyProp);
}
origin: org.apache.ibatis/com.springsource.com.ibatis

public void queryWithRowHandler(String id, Object paramObject, RowHandler rowHandler) throws SQLException {
 getLocalSqlMapSession().queryWithRowHandler(id, paramObject, rowHandler);
}
origin: org.apache.ibatis/ibatis-sqlmap

public int update(String id, Object param) throws SQLException {
 return getLocalSqlMapSession().update(id, param);
}
origin: org.apache.ibatis/ibatis-sqlmap

public List queryForList(String id) throws SQLException {
 return getLocalSqlMapSession().queryForList(id);
}
origin: org.apache.ibatis/ibatis-sqlmap

public Map queryForMap(String id, Object paramObject, String keyProp, String valueProp) throws SQLException {
 return getLocalSqlMapSession().queryForMap(id, paramObject, keyProp, valueProp);
}
origin: org.apache.ibatis/ibatis-sqlmap

public void startTransaction() throws SQLException {
 getLocalSqlMapSession().startTransaction();
}
com.ibatis.sqlmap.engine.implSqlMapClientImplgetLocalSqlMapSession

Popular methods of SqlMapClientImpl

  • getDelegate
  • getMappedStatement
  • openSession
  • <init>
    Constructor to supply a delegate
  • getCurrentConnection
  • getResultObjectFactory
  • getSqlExecutor
  • isEnhancementEnabled
  • isLazyLoadingEnabled
  • queryForList
  • queryForObject
  • getSession
    TODO : DEPRECATED
  • queryForObject,
  • getSession

Popular in Java

  • Reactive rest calls using spring rest template
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now