Interface PlainAttrValueDAO
-
- All Superinterfaces:
DAO<PlainAttrValue>
- All Known Implementing Classes:
JPAJSONPlainAttrValueDAO
,JPAPlainAttrValueDAO
public interface PlainAttrValueDAO extends DAO<PlainAttrValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
Deletes and remove all values of the given attribute.
-