Class AbstractProvidedKeyEntity
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
-
- All Implemented Interfaces:
Serializable
,Entity
,ProvidedKeyEntity
- Direct Known Subclasses:
AbstractSchema
,JPAAccessToken
,JPAAnyType
,JPAAnyTypeClass
,JPAApplication
,JPAAttrRepo
,JPAAuditConf
,JPAAuthModule
,JPABatch
,JPAConfParam
,JPADomain
,JPADynRealm
,JPAExternalResource
,JPAImplementation
,JPAJobStatus
,JPAMailTemplate
,JPAPrivilege
,JPARelationshipType
,JPARole
,JPASAML2IdPEntity
,JPASAML2SPEntity
,JPAWAConfigEntry
@MappedSuperclass public abstract class AbstractProvidedKeyEntity extends AbstractEntity implements ProvidedKeyEntity
- 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 AbstractProvidedKeyEntity()
-
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
-
-