org.zeroexchange.dao
Interface StringPKDAO<T extends StringPKPersistent>

All Superinterfaces:
DAO<String,T>
All Known Subinterfaces:
CityDAO, CountryDAO, PropertyTypeDAO, RoleDAO
All Known Implementing Classes:
BaseStringPKDAO, CityDAOImpl, CountryDAOImpl, PropertyTypeDAOImpl, RoleDAOImpl

public interface StringPKDAO<T extends StringPKPersistent>
extends DAO<String,T>

Base DAO for all DAO operate with entities with string PK

Author:
black

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



Copyright © 2013. All Rights Reserved.