org.lexgrid.loader.staging.dao
Class KeyValueDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.lexgrid.loader.staging.dao.KeyValueDao
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class KeyValueDao
extends org.springframework.jdbc.core.support.JdbcDaoSupport

The Class KeyValueDao.

Author:
Kevin Peterson

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
KeyValueDao()
           
 
Method Summary
 java.lang.String getValue(java.lang.String key)
          Gets the value.
 
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
 

Constructor Detail

KeyValueDao

public KeyValueDao()
Method Detail

getValue

public java.lang.String getValue(java.lang.String key)
Gets the value.

Parameters:
key - the key
Returns:
the value

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.