org.zeroexchange.dao.resource
Class PropertySpecificationDAOImpl
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.BaseHibernateDAO<Integer,T>
org.zeroexchange.dao.BaseIntegerPKDAO<PropertySpecification>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySpecificationDAOImpl
public PropertySpecificationDAOImpl()
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.