Class JPAUDynGroupMembership
- 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.AbstractDynMembership<User>
-
- org.apache.syncope.core.persistence.jpa.entity.user.JPAUDynGroupMembership
-
- All Implemented Interfaces:
Serializable
,DynGroupMembership<User>
,DynMembership<User>
,Entity
,UDynGroupMembership
@Entity public class JPAUDynGroupMembership extends AbstractDynMembership<User> implements UDynGroupMembership
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPAUDynGroupMembership()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
getGroup()
void
setGroup(Group group)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractDynMembership
getFIQLCond, setFIQLCond
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.DynMembership
getFIQLCond, setFIQLCond
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGroup
public Group getGroup()
- Specified by:
getGroup
in interfaceDynGroupMembership<User>
-
setGroup
public void setGroup(Group group)
- Specified by:
setGroup
in interfaceDynGroupMembership<User>
-
-