Class AbstractSchema
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.AbstractSchema
- All Implemented Interfaces:
Serializable
,Entity
,ProvidedKeyEntity
,Schema
- Direct Known Subclasses:
JPADerSchema
,JPAPlainSchema
,JPAVirSchema
@Entity
@SchemaKeyCheck
public abstract class AbstractSchema
extends AbstractProvidedKeyEntity
implements Schema
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final TypeReference
<HashMap<Locale, String>> static final String
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
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
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Schema
getAnyTypeClass, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
-
Field Details
-
TABLE
- See Also:
-
LABEL_TYPEREF
-
-
Constructor Details
-
AbstractSchema
public AbstractSchema()
-
-
Method Details