org.zeroexchange.dao
Class BaseStringPKDAO<T extends StringPKPersistent>

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSessionHolder
      extended by org.zeroexchange.dao.BaseHibernateDAO<String,T>
          extended by org.zeroexchange.dao.BaseStringPKDAO<T>
All Implemented Interfaces:
DAO<String,T>, StringPKDAO<T>
Direct Known Subclasses:
CityDAOImpl, CountryDAOImpl, PropertyTypeDAOImpl, RoleDAOImpl

public abstract class BaseStringPKDAO<T extends StringPKPersistent>
extends BaseHibernateDAO<String,T>
implements StringPKDAO<T>

Base DAO for all DAO operate with entities with string PK

Author:
black

Constructor Summary
BaseStringPKDAO()
           
 
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

BaseStringPKDAO

public BaseStringPKDAO()


Copyright © 2013. All Rights Reserved.