org.jiucai.appframework.base.spring.dao
类 BaseDao

java.lang.Object
  继承者 org.jiucai.appframework.base.spring.dao.BaseDao

public class BaseDao
extends Object


字段摘要
protected  Logs log
           
 
构造方法摘要
BaseDao()
           
 
方法摘要
protected  Long getId(String seqName)
          获取Oracle序列值
 org.springframework.jdbc.core.JdbcOperations getJdbcTemplate()
           
 org.springframework.jdbc.core.simple.SimpleJdbcOperations getSimpleJdbcTemplate()
           
 void setJdbcTemplate(org.springframework.jdbc.core.JdbcOperations jdbcTemplate)
           
 void setSimpleJdbcTemplate(org.springframework.jdbc.core.simple.SimpleJdbcOperations simpleJdbcTemplate)
           
 
从类 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.