org.zeroexchange.dao.resource
Class PropertyTypeDAOImpl

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSessionHolder
      extended by org.zeroexchange.dao.BaseHibernateDAO<String,T>
          extended by org.zeroexchange.dao.BaseStringPKDAO<PropertyType>
              extended by org.zeroexchange.dao.resource.PropertyTypeDAOImpl
All Implemented Interfaces:
DAO<String,PropertyType>, PropertyTypeDAO, StringPKDAO<PropertyType>

public class PropertyTypeDAOImpl
extends BaseStringPKDAO<PropertyType>
implements PropertyTypeDAO

Author:
black

Constructor Summary
PropertyTypeDAOImpl()
           
 
Method Summary
protected  Class<PropertyType> getEntityClass()
          
 
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

PropertyTypeDAOImpl

public PropertyTypeDAOImpl()
Method Detail

getEntityClass

protected Class<PropertyType> getEntityClass()

Specified by:
getEntityClass in class BaseHibernateDAO<String,PropertyType>


Copyright © 2013. All Rights Reserved.