org.zeroexchange.dao
Interface IntegerPKDAO<T extends IntegerPKPersistent>

All Superinterfaces:
DAO<Integer,T>
All Known Subinterfaces:
AssessmentDAO<T>, BusinessQualityDAO, CategoryDAO, CHECreditStatusDAO, CHEPaymentDAO, ContractDAO, CreditLineDAO, DictionaryItemDAO, InvitationDAO, LocalCredentialDAO, LocalizableValueDAO, MessageDAO, NeedDAO, OpenIDCredentialDAO, PropertySpecificationDAO, ResourceDAO, ResourceTenderDAO<T>, SkillDAO, SupplyDAO
All Known Implementing Classes:
AssessmentDAOImpl, BaseIntegerPKDAO, BusinessQualityDAOImpl, CategoryDAOImpl, CHECreditStatusDAOImpl, CHEPaymentDAOImpl, ContractDAOImpl, CreditLineDAOImpl, DefaultLocalCredentialDAO, DefaultOpenIdCredentialDAO, DictionaryItemDAOImpl, InvitationDAOImpl, LocalizableValueDAOImpl, MessageDAOImpl, NeedDAOImpl, PropertySpecificationDAOImpl, ResourceDAOImpl, ResourceTenderDAOImpl, SkillDAOImpl, SupplyDAOImpl

public interface IntegerPKDAO<T extends IntegerPKPersistent>
extends DAO<Integer,T>

Base DAO for all DAO operate with entities with integer PK

Author:
black

Method Summary
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 



Copyright © 2013. All Rights Reserved.