Class JPAAMembership
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.anyobject.JPAAMembership
- All Implemented Interfaces:
Serializable,AMembership,Entity,Membership<AnyObject>,Relationship<AnyObject,Group>
- 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()voidpostLoad()voidsetLeftEnd(AnyObject leftEnd) voidsetRightEnd(Group 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
-
JPAAMembership
public JPAAMembership()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceRelationship<AnyObject,Group>
-
setType
- Specified by:
setTypein interfaceRelationship<AnyObject,Group>
-
getLeftEnd
- Specified by:
getLeftEndin interfaceRelationship<AnyObject,Group>
-
setLeftEnd
- Specified by:
setLeftEndin interfaceRelationship<AnyObject,Group>
-
getRightEnd
- Specified by:
getRightEndin interfaceRelationship<AnyObject,Group>
-
setRightEnd
- Specified by:
setRightEndin interfaceRelationship<AnyObject,Group>
-
postLoad
public void postLoad()
-