Package com.pugwoo.dbhelper.impl
Class SpringJdbcDBHelper
java.lang.Object
- All Implemented Interfaces:
DBHelper,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
2015年1月12日 16:41:03 数据库操作封装:增删改查
- Author:
- pugwoo
-
Field Summary
Fields inherited from class com.pugwoo.dbhelper.impl.part.P0_JdbcTemplateOp
applicationContext, features, fetchSize, interceptors, jdbcTemplate, LOGGER, maxPageSize, namedParameterJdbcTemplate, timeoutWarningValve -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pugwoo.dbhelper.impl.part.P6_ExecuteOp
executeRaw, executeRawMethods inherited from class com.pugwoo.dbhelper.impl.part.P5_DeleteOp
delete, delete, delete, deleteHard, deleteHard, deleteHardMethods inherited from class com.pugwoo.dbhelper.impl.part.P4_InsertOrUpdateOp
insertOrUpdate, insertOrUpdate, insertOrUpdateWithNullMethods inherited from class com.pugwoo.dbhelper.impl.part.P3_UpdateOp
update, update, update, updateAll, updateCustom, updateWithNull, updateWithNullMethods inherited from class com.pugwoo.dbhelper.impl.part.P2_InsertOp
insert, insert, insertBatchWithoutReturnId, insertBatchWithoutReturnId, insertBatchWithoutReturnId, insertWithNullMethods inherited from class com.pugwoo.dbhelper.impl.part.P1_QueryOp
getAll, getAll, getAllForStream, getAllForStream, getAllKey, getByExample, getByKey, getCount, getCount, getOne, getOne, getPage, getPage, getPageWithoutCount, getPageWithoutCount, getRaw, getRaw, getRawForStream, getRawForStream, getRawOne, getRawOne, handleRelatedColumn, handleRelatedColumn, handleRelatedColumn, handleRelatedColumn, isExist, isExistAtLeastMethods inherited from class com.pugwoo.dbhelper.impl.part.P0_JdbcTemplateOp
addComment, executeAfterCommit, getDatabaseType, getFeature, getJdbcTemplate, getNamedParameterJdbcTemplate, jdbcExecuteUpdate, log, logSlow, namedJdbcExecuteUpdate, namedJdbcExecuteUpdateWithLog, rollback, setApplicationContext, setFetchSize, setInterceptors, setJdbcTemplate, setMaxPageSize, setNamedParameterJdbcTemplate, setTimeoutWarningCallback, setTimeoutWarningValve, turnOffFeature, turnOnFeature
-
Constructor Details
-
SpringJdbcDBHelper
public SpringJdbcDBHelper() -
SpringJdbcDBHelper
public SpringJdbcDBHelper(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-