Uses of Interface
org.apache.syncope.core.persistence.api.entity.anyobject.ARelationship
-
Packages that use ARelationship Package Description org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.persistence.jpa.entity.anyobject -
-
Uses of ARelationship in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type ARelationship Modifier and Type Method Description protected List<ARelationship>JPAAnyObjectDAO. findARelationships(AnyObject anyObject) -
Uses of ARelationship in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement ARelationship Modifier and Type Class Description classJPAARelationshipMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return types with arguments of type ARelationship Modifier and Type Method Description Optional<? extends ARelationship>JPAAnyObject. getRelationship(RelationshipType relationshipType, String otherEndKey)List<? extends ARelationship>JPAAnyObject. getRelationships()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type ARelationship Modifier and Type Method Description booleanJPAAnyObject. add(ARelationship relationship)
-