org.zeroexchange.dao
Class BaseStringPKDAO<T extends StringPKPersistent>
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.BaseHibernateDAO<String,T>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseStringPKDAO
public BaseStringPKDAO()
Copyright © 2013. All Rights Reserved.