Interface DerSchema
-
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Schema
,Serializable
- All Known Implementing Classes:
JPADerSchema
public interface DerSchema extends Schema
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExpression()
void
setExpression(String expression)
-
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, getLabel, getLabels, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
-
-