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
@Entity
@SchemaKeyCheck
public abstract class AbstractSchema
extends AbstractProvidedKeyEntity
implements Schema
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final TypeReference<HashMap<Locale, String>> static final StringFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKeyMethods 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