org.zeroexchange.dao.resource
Class DictionaryItemDAOImpl

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSessionHolder
      extended by org.zeroexchange.dao.BaseHibernateDAO<Integer,T>
          extended by org.zeroexchange.dao.BaseIntegerPKDAO<DictionaryItem>
              extended by org.zeroexchange.dao.resource.DictionaryItemDAOImpl
All Implemented Interfaces:
DAO<Integer,DictionaryItem>, IntegerPKDAO<DictionaryItem>, DictionaryItemDAO

public class DictionaryItemDAOImpl
extends BaseIntegerPKDAO<DictionaryItem>
implements DictionaryItemDAO

Author:
black

Constructor Summary
DictionaryItemDAOImpl()
           
 
Method Summary
 Class<DictionaryItem> getEntityClass()
          
 List<DictionaryItem> getItems(String dictionary)
          Returns list of the dictionary items.
 
Methods inherited from class org.zeroexchange.dao.BaseHibernateDAO
getById, removeById, save
 
Methods inherited from class org.zeroexchange.dao.HibernateSessionHolder
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Constructor Detail

DictionaryItemDAOImpl

public DictionaryItemDAOImpl()
Method Detail

getEntityClass

public Class<DictionaryItem> getEntityClass()

Specified by:
getEntityClass in class BaseHibernateDAO<Integer,DictionaryItem>

getItems

public List<DictionaryItem> getItems(String dictionary)
Returns list of the dictionary items.

Specified by:
getItems in interface DictionaryItemDAO


Copyright © 2013. All Rights Reserved.