Class JPADynRealm
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPADynRealm
- All Implemented Interfaces:
Serializable
,DynRealm
,Entity
,ProvidedKeyEntity
@Entity
@DynRealmCheck
public class JPADynRealm
extends AbstractProvidedKeyEntity
implements DynRealm
- See Also:
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(DynRealmMembership dynRealmMembership) Optional
<? extends DynRealmMembership> getDynMembership
(AnyType anyType) List
<? extends DynRealmMembership> Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
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.ProvidedKeyEntity
setKey
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPADynRealm
public JPADynRealm()
-
-
Method Details
-
add
-
getDynMembership
- Specified by:
getDynMembership
in interfaceDynRealm
-
getDynMemberships
- Specified by:
getDynMemberships
in interfaceDynRealm
-