org.zeroexchange.dao.resource
Class PropertySpecificationDAOImpl

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

public class PropertySpecificationDAOImpl
extends BaseIntegerPKDAO<PropertySpecification>
implements PropertySpecificationDAO

The PropertySpecificationDAO implementation.

Author:
black

Constructor Summary
PropertySpecificationDAOImpl()
           
 
Method Summary
protected  Class<PropertySpecification> getEntityClass()
          
 PropertySpecification getPropertySpecification(Integer resourceId, String propertyName)
          Returns the specification of the specified property for the specified resource.
 
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

PropertySpecificationDAOImpl

public PropertySpecificationDAOImpl()
Method Detail

getEntityClass

protected Class<PropertySpecification> getEntityClass()

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

getPropertySpecification

public PropertySpecification getPropertySpecification(Integer resourceId,
                                                      String propertyName)
Returns the specification of the specified property for the specified resource.

Specified by:
getPropertySpecification in interface PropertySpecificationDAO


Copyright © 2013. All Rights Reserved.