Class JPADerSchema
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
org.apache.syncope.core.persistence.jpa.entity.JPADerSchema
- All Implemented Interfaces:
Serializable,DerSchema,Entity,ProvidedKeyEntity,Schema
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractSchema
LABEL_TYPEREFFields 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
Modifier and TypeMethodDescriptiongetType()booleanbooleanbooleanvoidsetAnyTypeClass(AnyTypeClass anyTypeClass) voidsetExpression(String expression) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractSchema
getLabel, getLabels, json2map, map2json, postLoad, postSaveMethods 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
setKey
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPADerSchema
public JPADerSchema()
-
-
Method Details
-
getAnyTypeClass
- Specified by:
getAnyTypeClassin interfaceSchema
-
setAnyTypeClass
- Specified by:
setAnyTypeClassin interfaceSchema
-
getExpression
- Specified by:
getExpressionin interfaceDerSchema
-
setExpression
- Specified by:
setExpressionin interfaceDerSchema
-
getType
-
getMandatoryCondition
- Specified by:
getMandatoryConditionin interfaceSchema
-
isMultivalue
public boolean isMultivalue()- Specified by:
isMultivaluein interfaceSchema
-
isUniqueConstraint
public boolean isUniqueConstraint()- Specified by:
isUniqueConstraintin interfaceSchema
-
isReadonly
public boolean isReadonly()- Specified by:
isReadonlyin interfaceSchema
-