org.zeroexchange.dao.resource
Class DictionaryItemDAOImpl
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.BaseHibernateDAO<Integer,T>
org.zeroexchange.dao.BaseIntegerPKDAO<DictionaryItem>
org.zeroexchange.dao.resource.DictionaryItemDAOImpl
- All Implemented Interfaces:
- DAO<Integer,DictionaryItem>, IntegerPKDAO<DictionaryItem>, DictionaryItemDAO
public class DictionaryItemDAOImpl
- extends BaseIntegerPKDAO<DictionaryItem>
- implements DictionaryItemDAO
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryItemDAOImpl
public DictionaryItemDAOImpl()
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.