Class JPAGRelationship
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.group.JPAGRelationship
- All Implemented Interfaces:
Serializable,Entity,GRelationship,Relationship<Group,AnyObject>
@Entity
@RelationshipCheck
public class JPAGRelationship
extends AbstractGeneratedKeyEntity
implements GRelationship
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetLeftEnd(Group leftEnd) voidsetRightEnd(AnyObject rightEnd) voidsetType(RelationshipType type) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAGRelationship
public JPAGRelationship()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRelationship<Group,AnyObject>
-
setType
- Specified by:
setTypein interfaceRelationship<Group,AnyObject>
-
getLeftEnd
- Specified by:
getLeftEndin interfaceRelationship<Group,AnyObject>
-
setLeftEnd
- Specified by:
setLeftEndin interfaceRelationship<Group,AnyObject>
-
getRightEnd
- Specified by:
getRightEndin interfaceRelationship<Group,AnyObject>
-
setRightEnd
- Specified by:
setRightEndin interfaceRelationship<Group,AnyObject>
-