Class JPALAPlainAttr
- 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.AbstractPlainAttr<User>
-
- org.apache.syncope.core.persistence.jpa.entity.user.JPALAPlainAttr
-
- All Implemented Interfaces:
Serializable,Entity,PlainAttr<User>,LAPlainAttr
@Entity public class JPALAPlainAttr extends AbstractPlainAttr<User> implements LAPlainAttr
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttr
schema
-
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 JPALAPlainAttr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanaddForMultiValue(PlainAttrValue attrValue)LinkedAccountgetAccount()UsergetOwner()LAPlainAttrUniqueValuegetUniqueValue()List<? extends LAPlainAttrValue>getValues()voidsetAccount(LinkedAccount account)voidsetOwner(User owner)voidsetUniqueValue(PlainAttrUniqueValue uniqueValue)-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractPlainAttr
add, add, getSchema, getValuesAsStrings, setSchema
-
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, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccount
public LinkedAccount getAccount()
- Specified by:
getAccountin interfaceLAPlainAttr
-
setAccount
public void setAccount(LinkedAccount account)
- Specified by:
setAccountin interfaceLAPlainAttr
-
addForMultiValue
protected boolean addForMultiValue(PlainAttrValue attrValue)
- Specified by:
addForMultiValuein classAbstractPlainAttr<User>
-
getValues
public List<? extends LAPlainAttrValue> getValues()
-
getUniqueValue
public LAPlainAttrUniqueValue getUniqueValue()
- Specified by:
getUniqueValuein interfacePlainAttr<User>
-
setUniqueValue
public void setUniqueValue(PlainAttrUniqueValue uniqueValue)
- Specified by:
setUniqueValuein interfacePlainAttr<User>
-
-