org.zeroexchange.dao.resource
Interface PropertySpecificationDAO
- All Superinterfaces:
- DAO<Integer,PropertySpecification>, IntegerPKDAO<PropertySpecification>
- All Known Implementing Classes:
- PropertySpecificationDAOImpl
public interface PropertySpecificationDAO
- extends IntegerPKDAO<PropertySpecification>
The DAO for the PropertySpecification entity.
- Author:
- black
getPropertySpecification
PropertySpecification getPropertySpecification(Integer resourceId,
String propertyName)
- Returns the specification of the specified property
for the specified resource.
Copyright © 2013. All Rights Reserved.