org.zeroexchange.dao
Class BaseIntegerPKDAO<T extends IntegerPKPersistent>
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.BaseHibernateDAO<Integer,T>
org.zeroexchange.dao.BaseIntegerPKDAO<T>
- All Implemented Interfaces:
- DAO<Integer,T>, IntegerPKDAO<T>
- Direct Known Subclasses:
- AssessmentDAOImpl, CategoryDAOImpl, CHECreditStatusDAOImpl, CHEPaymentDAOImpl, ContractDAOImpl, CreditLineDAOImpl, DefaultLocalCredentialDAO, DefaultOpenIdCredentialDAO, DictionaryItemDAOImpl, InvitationDAOImpl, LocalizableValueDAOImpl, MessageDAOImpl, PropertySpecificationDAOImpl, ResourceDAOImpl, ResourceTenderDAOImpl, SkillDAOImpl
public abstract class BaseIntegerPKDAO<T extends IntegerPKPersistent>
- extends BaseHibernateDAO<Integer,T>
- implements IntegerPKDAO<T>
Base DAO for all DAO operate with entities with integer PK
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseIntegerPKDAO
public BaseIntegerPKDAO()
Copyright © 2013. All Rights Reserved.