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 interface
GroupableRelatable<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 interface
Membership<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 interface
AMembership
interface
ARelationship
-
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 interface
UMembership
interface
URelationship
-
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 class
AbstractGroupableRelatable<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 class
JPAAMembership
class
JPAARelationship
-
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 class
JPAUMembership
class
JPAURelationship
-