@Entity @PlainSchemaCheck public class JPAPlainSchema extends AbstractSchema implements PlainSchema
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPAPlainSchema() |
add, getLabel, getLabels
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, getLabel, getLabels
setKey
public static final String TABLE
public AnyTypeClass getAnyTypeClass()
getAnyTypeClass
in interface Schema
public void setAnyTypeClass(AnyTypeClass anyTypeClass)
setAnyTypeClass
in interface Schema
public AttrSchemaType getType()
public void setType(AttrSchemaType type)
setType
in interface PlainSchema
public String getMandatoryCondition()
getMandatoryCondition
in interface Schema
public void setMandatoryCondition(String condition)
setMandatoryCondition
in interface PlainSchema
public boolean isMultivalue()
isMultivalue
in interface Schema
public void setMultivalue(boolean multivalue)
setMultivalue
in interface PlainSchema
public boolean isUniqueConstraint()
isUniqueConstraint
in interface Schema
public void setUniqueConstraint(boolean uniquevalue)
setUniqueConstraint
in interface PlainSchema
public boolean isReadonly()
isReadonly
in interface Schema
public void setReadonly(boolean readonly)
setReadonly
in interface PlainSchema
public Implementation getValidator()
getValidator
in interface PlainSchema
public void setValidator(Implementation validator)
setValidator
in interface PlainSchema
public String getEnumerationValues()
getEnumerationValues
in interface PlainSchema
public void setEnumerationValues(String enumerationValues)
setEnumerationValues
in interface PlainSchema
public String getEnumerationKeys()
getEnumerationKeys
in interface PlainSchema
public void setEnumerationKeys(String enumerationKeys)
setEnumerationKeys
in interface PlainSchema
public String getConversionPattern()
getConversionPattern
in interface PlainSchema
public void setConversionPattern(String conversionPattern)
setConversionPattern
in interface PlainSchema
public String getSecretKey()
getSecretKey
in interface PlainSchema
public void setSecretKey(String secretKey)
setSecretKey
in interface PlainSchema
public CipherAlgorithm getCipherAlgorithm()
getCipherAlgorithm
in interface PlainSchema
public void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
setCipherAlgorithm
in interface PlainSchema
public String getMimeType()
getMimeType
in interface PlainSchema
public void setMimeType(String mimeType)
setMimeType
in interface PlainSchema
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.