Class JPAAPlainAttrUniqueValue
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttrValue
-
- org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAPlainAttrUniqueValue
-
- All Implemented Interfaces:
Serializable
,APlainAttrUniqueValue
,Entity
,PlainAttrUniqueValue
,PlainAttrValue
@Entity public class JPAAPlainAttrUniqueValue extends AbstractPlainAttrValue implements APlainAttrUniqueValue
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
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
Constructors Constructor Description JPAAPlainAttrUniqueValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APlainAttr
getAttr()
PlainSchema
getSchema()
void
setAttr(PlainAttr<?> attr)
void
setSchema(PlainSchema schema)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttrValue
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getSecretKey, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue, toString
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode
-
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.PlainAttrValue
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getLongValue, getStringValue, getValue, getValueAsString, getValueAsString, getValueAsString, parseValue, setBinaryValue, setBooleanValue, setDateValue, setDoubleValue, setLongValue, setStringValue
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttr
public APlainAttr getAttr()
- Specified by:
getAttr
in interfaceAPlainAttrUniqueValue
- Specified by:
getAttr
in interfacePlainAttrValue
-
setAttr
public void setAttr(PlainAttr<?> attr)
- Specified by:
setAttr
in interfacePlainAttrValue
-
getSchema
public PlainSchema getSchema()
- Specified by:
getSchema
in interfacePlainAttrUniqueValue
-
setSchema
public void setSchema(PlainSchema schema)
- Specified by:
setSchema
in interfacePlainAttrUniqueValue
-
-