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 -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(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, updateMethods inherited from class org.springframework.jdbc.support.JdbcAccessor
afterPropertiesSet, getDataSource, getExceptionTranslator, isLazyInit, obtainDataSource, setDatabaseProductName, setDataSource, setExceptionTranslator, setLazyInit
-
Constructor Details
-
AutoCommitDisableJdbcTemplate
-
-
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:
executein interfaceorg.springframework.jdbc.core.JdbcOperations- Overrides:
executein classorg.springframework.jdbc.core.JdbcTemplate- Throws:
org.springframework.dao.DataAccessException
-