Uses of Interface
org.apache.syncope.core.persistence.api.entity.Relationship
-
-
Uses of Relationship in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>AnyObjectDAO. findAllRelationships(AnyObject anyObject) -
Uses of Relationship in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity with type parameters of type Relationship Modifier and Type Interface Description interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>Subinterfaces of Relationship in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceMembership<L extends Any<?>> -
Uses of Relationship in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Relationship in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceAMembershipinterfaceARelationship -
Uses of Relationship in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Relationship in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceUMembershipinterfaceURelationship -
Uses of Relationship in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship<Any<?>,AnyObject>>JPAAnyObjectDAO. findAllRelationships(AnyObject anyObject) -
Uses of Relationship in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Relationship Modifier and Type Class Description classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>> -
Uses of Relationship in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Relationship Modifier and Type Class Description classJPAAMembershipclassJPAARelationship -
Uses of Relationship in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Relationship Modifier and Type Class Description classJPAUMembershipclassJPAURelationship
-