Interface AbstractDAO<T>
-
- All Known Subinterfaces:
AccessRightDAO
,ResourcePropDAO
,UserDAO
- All Known Implementing Classes:
JDBCAccessRightDAO
,JDBCResourcePropertyDAOImpl
,JDBCUserDAOImpl
public interface AbstractDAO<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>
getList()
-