org.jiucai.appframework.base.spring.dao
类 BaseDao
java.lang.Object
org.jiucai.appframework.base.spring.dao.BaseDao
public class BaseDao
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logs log
BaseDao
public BaseDao()
getSimpleJdbcTemplate
public org.springframework.jdbc.core.simple.SimpleJdbcOperations getSimpleJdbcTemplate()
- 另请参见:
JdbcTemplate,
从 Spring 3.1 JdbcTemplate 和 NamedParameterJdbcTemplate 包含了 SimpleJdbcTemplate 的所有功能,但还不完善,不能完全替代
setSimpleJdbcTemplate
public void setSimpleJdbcTemplate(org.springframework.jdbc.core.simple.SimpleJdbcOperations simpleJdbcTemplate)
- 另请参见:
JdbcTemplate,
从 Spring 3.1 JdbcTemplate 和 NamedParameterJdbcTemplate 包含了 SimpleJdbcTemplate 的所有功能,但还不完善,不能完全替代
getJdbcTemplate
public org.springframework.jdbc.core.JdbcOperations getJdbcTemplate()
setJdbcTemplate
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcOperations jdbcTemplate)
getId
protected Long getId(String seqName)
- 获取Oracle序列值
- 参数:
seqName - 序列表名
- 返回:
- 序列值
Copyright © 2013. All Rights Reserved.