Class AutoCommitDisableJdbcTemplate

java.lang.Object
org.springframework.jdbc.support.JdbcAccessor
org.springframework.jdbc.core.JdbcTemplate
com.gsitm.ustra.java.data.utils.procedure.AutoCommitDisableJdbcTemplate
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.jdbc.core.JdbcOperations

public class AutoCommitDisableJdbcTemplate extends org.springframework.jdbc.core.JdbcTemplate
  • Field Summary

    Fields inherited from class org.springframework.jdbc.support.JdbcAccessor

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    execute(org.springframework.jdbc.core.CallableStatementCreator csc, org.springframework.jdbc.core.CallableStatementCallback<T> action)
     

    Methods inherited from class org.springframework.jdbc.core.JdbcTemplate

    applyStatementSettings, batchUpdate, batchUpdate, batchUpdate, batchUpdate, batchUpdate, batchUpdate, call, createConnectionProxy, createResultsMap, execute, execute, execute, execute, execute, execute, extractOutputParameters, extractReturnedResults, getColumnMapRowMapper, getFetchSize, getMaxRows, getQueryTimeout, getSingleColumnRowMapper, handleWarnings, handleWarnings, handleWarnings, isIgnoreWarnings, isResultsMapCaseInsensitive, isSkipResultsProcessing, isSkipUndeclaredResults, newArgPreparedStatementSetter, newArgTypePreparedStatementSetter, processResultSet, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, query, queryForList, queryForList, queryForList, queryForList, queryForList, queryForList, queryForList, queryForMap, queryForMap, queryForMap, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForObject, queryForRowSet, queryForRowSet, queryForRowSet, queryForStream, queryForStream, queryForStream, queryForStream, queryForStream, setFetchSize, setIgnoreWarnings, setMaxRows, setQueryTimeout, setResultsMapCaseInsensitive, setSkipResultsProcessing, setSkipUndeclaredResults, translateException, update, update, update, update, update, update, update

    Methods inherited from class org.springframework.jdbc.support.JdbcAccessor

    afterPropertiesSet, getDataSource, getExceptionTranslator, isLazyInit, obtainDataSource, setDatabaseProductName, setDataSource, setExceptionTranslator, setLazyInit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AutoCommitDisableJdbcTemplate

      public AutoCommitDisableJdbcTemplate(DataSource dataSource)
  • Method Details

    • execute

      public <T> T execute(org.springframework.jdbc.core.CallableStatementCreator csc, org.springframework.jdbc.core.CallableStatementCallback<T> action) throws org.springframework.dao.DataAccessException
      Specified by:
      execute in interface org.springframework.jdbc.core.JdbcOperations
      Overrides:
      execute in class org.springframework.jdbc.core.JdbcTemplate
      Throws:
      org.springframework.dao.DataAccessException