Class SequenceAccessorDaoJdbc

java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc
org.kuali.rice.krad.dao.jdbc.SequenceAccessorDaoJdbc
All Implemented Interfaces:
org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, SequenceAccessorDao, org.springframework.beans.factory.InitializingBean

@Deprecated public class SequenceAccessorDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements SequenceAccessorDao
Deprecated.
This class uses the KualiDBPlatform to get the next number from a given sequence.
  • Field Summary

    Fields inherited from class org.springframework.dao.support.DaoSupport

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc

    getDbPlatform, setDbPlatform

    Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport

    checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate

    Methods inherited from class org.springframework.dao.support.DaoSupport

    afterPropertiesSet, initDao

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait