Interface PlainAttrDAO
-
- All Known Implementing Classes:
JPAJSONPlainAttrDAO
,JPAPlainAttrDAO
public interface PlainAttrDAO extends DAO<PlainAttr<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends PlainAttr<?>>
voiddelete(T attr)
Deletes the given plain attribute and removes it from its owner.
-
-
-
Method Detail
-
delete
<T extends PlainAttr<?>> void delete(T attr)
Deletes the given plain attribute and removes it from its owner.- Type Parameters:
T
- actual plain attr class- Parameters:
attr
- plain attribute
-
-