org.zeroexchange.dao
Class BaseIntegerPKDAO<T extends IntegerPKPersistent>

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSessionHolder
      extended by org.zeroexchange.dao.BaseHibernateDAO<Integer,T>
          extended by 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

Constructor Summary
BaseIntegerPKDAO()
           
 
Method Summary
 
Methods inherited from class org.zeroexchange.dao.BaseHibernateDAO
getById, getEntityClass, removeById, save
 
Methods inherited from class org.zeroexchange.dao.HibernateSessionHolder
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Constructor Detail

BaseIntegerPKDAO

public BaseIntegerPKDAO()


Copyright © 2013. All Rights Reserved.