org.kuali.rice.kns.dao.jdbc
Class PlatformAwareDaoBaseJdbc

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.kuali.rice.kns.dao.jdbc.PlatformAwareDaoBaseJdbc
All Implemented Interfaces:
PlatformAwareDao, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
PostDataLoadEncryptionDaoJdbc, SequenceAccessorDaoJdbc

public abstract class PlatformAwareDaoBaseJdbc
extends org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
implements PlatformAwareDao


Field Summary
private  DatabasePlatform dbPlatform
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PlatformAwareDaoBaseJdbc()
           
 
Method Summary
 DatabasePlatform getDbPlatform()
           
 void setDbPlatform(DatabasePlatform dbPlatform)
           
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, 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
 

Field Detail

dbPlatform

private DatabasePlatform dbPlatform
Constructor Detail

PlatformAwareDaoBaseJdbc

public PlatformAwareDaoBaseJdbc()
Method Detail

getDbPlatform

public DatabasePlatform getDbPlatform()
Specified by:
getDbPlatform in interface PlatformAwareDao

setDbPlatform

public void setDbPlatform(DatabasePlatform dbPlatform)
Specified by:
setDbPlatform in interface PlatformAwareDao


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.