Class JPAJSONPlainAttrValueDAO
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.dao.AbstractDAO<PlainAttrValue>
-
- org.apache.syncope.core.persistence.jpa.dao.JPAJSONPlainAttrValueDAO
-
- All Implemented Interfaces:
DAO<PlainAttrValue>
,PlainAttrValueDAO
public class JPAJSONPlainAttrValueDAO extends AbstractDAO<PlainAttrValue> implements PlainAttrValueDAO
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
LOG
-
-
Constructor Summary
Constructors Constructor Description JPAJSONPlainAttrValueDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
Deletes and remove all values of the given attribute.-
Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.AbstractDAO
detach, entityManager, entityManagerFactory, isOracle, refresh
-
-
-
-
Method Detail
-
deleteAll
public void deleteAll(PlainAttr<?> attr, AnyUtils anyUtils)
Description copied from interface:PlainAttrValueDAO
Deletes and remove all values of the given attribute.- Specified by:
deleteAll
in interfacePlainAttrValueDAO
- Parameters:
attr
- plain attributeanyUtils
- utility
-
-