com.hs.mail.imap.dao
Class MySqlSearchDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by com.hs.mail.imap.dao.AbstractDao
              extended by com.hs.mail.imap.dao.MySqlSearchDao
All Implemented Interfaces:
SearchDao, org.springframework.beans.factory.InitializingBean

public class MySqlSearchDao
extends AbstractDao
implements SearchDao

Since:
Apr 5, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
MySqlSearchDao()
           
 
Method Summary
 List<Long> query(UidToMsnMapper map, long mailboxID, SearchKey key)
           
 
Methods inherited from class com.hs.mail.imap.dao.AbstractDao
duplicate, escape, queryForInt, queryForLong, queryForObject
 
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

MySqlSearchDao

public MySqlSearchDao()
Method Detail

query

public List<Long> query(UidToMsnMapper map,
                        long mailboxID,
                        SearchKey key)
Specified by:
query in interface SearchDao


Copyright © 2011. All Rights Reserved.