Uses of Interface
org.apache.syncope.core.persistence.api.entity.JSONAttributable
-
-
Uses of JSONAttributable in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type JSONAttributable Modifier and Type Method Description protected voidJPAJSONEntityListener. json2list(JSONAttributable<A> entity, boolean clearFirst)protected voidJPAJSONEntityListener. list2json(JSONAttributable<A> entity) -
Uses of JSONAttributable in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement JSONAttributable Modifier and Type Class Description classJPAJSONAnyObject -
Uses of JSONAttributable in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement JSONAttributable Modifier and Type Class Description classJPAJSONGroup -
Uses of JSONAttributable in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement JSONAttributable Modifier and Type Class Description classJPAJSONLinkedAccountclassJPAJSONUser -
Uses of JSONAttributable in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type JSONAttributable Modifier and Type Method Description booleanJPAJSONAttributableValidator. isValid(JSONAttributable<?> entity, javax.validation.ConstraintValidatorContext context)
-