java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractRelationship<L,R>
- All Implemented Interfaces:
Serializable,Entity,Relationship<L,R>
- Direct Known Subclasses:
Neo4jARelationship,Neo4jGRelationship,Neo4jURelationship
public abstract class AbstractRelationship<L extends Any,R extends Any>
extends AbstractGeneratedKeyNode
implements Relationship<L,R>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Relationship
getLeftEnd, getRightEnd, getType, setLeftEnd, setRightEnd, setType
-
Constructor Details
-
AbstractRelationship
public AbstractRelationship()
-
-
Method Details
-
plainAttrs
-
getPlainAttrs
-
getPlainAttr
-
add
-
remove
-