Class AbstractGeneratedKeyEntity
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- All Implemented Interfaces:
Serializable
,Entity
- Direct Known Subclasses:
AbstractAny
,AbstractAnyTemplate
,AbstractClientApp
,AbstractDynMembership
,AbstractExec
,AbstractPlainAttr
,AbstractPlainAttrValue
,AbstractPolicy
,AbstractTask
,JPAAMembership
,JPAAnyAbout
,JPAARelationship
,JPAAuthProfile
,JPAConnInstance
,JPADelegation
,JPADynRealmMembership
,JPAFIQLQuery
,JPAFormPropertyDef
,JPALinkedAccount
,JPAMacroTaskCommand
,JPANetworkService
,JPANotification
,JPAOIDCC4UIProvider
,JPAOIDCJWKS
,JPAPullCorrelationRuleEntity
,JPAPushCorrelationRuleEntity
,JPARealm
,JPARemediation
,JPAReport
,JPASAML2SP4UIIdP
,JPASecurityQuestion
,JPASRARoute
,JPATypeExtension
,JPAUMembership
,JPAURelationship
@MappedSuperclass public abstract class AbstractGeneratedKeyEntity extends AbstractEntity
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description AbstractGeneratedKeyEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
void
setKey(String key)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-