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

Method Summary
 PropertySpecification getPropertySpecification(Integer resourceId, String propertyName)
          Returns the specification of the specified property for the specified resource.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getPropertySpecification

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



Copyright © 2013. All Rights Reserved.