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