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 voiddelete(String key)AnyTypefind(String key)List<AnyType>findAll()List<AnyType>findByTypeClass(AnyTypeClass anyTypeClass)AnyTypefindGroup()AnyTypefindUser()AnyTypesave(AnyType anyType)
-