Interface AnyTypeDAO
-
- All Known Implementing Classes:
JPAAnyTypeDAO
public interface AnyTypeDAO extends DAO<AnyType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(String key)
AnyType
find(String key)
List<AnyType>
findAll()
List<AnyType>
findByTypeClass(AnyTypeClass anyTypeClass)
AnyType
findGroup()
AnyType
findUser()
AnyType
save(AnyType anyType)
-