Class AbstractAttributable<P extends PlainAttr<?>>
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.AbstractAttributable<P>
- All Implemented Interfaces:
Serializable
,Attributable<P>
,Entity
- Direct Known Subclasses:
AbstractAny
,JPALinkedAccount
@AttributableCheck
public abstract class AbstractAttributable<P extends PlainAttr<?>>
extends AbstractGeneratedKeyEntity
implements Attributable<P>
- See Also:
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract void
setPlainAttrsJSON
(String plainAttrs) 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
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.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Constructor Details
-
AbstractAttributable
public AbstractAttributable()
-
-
Method Details
-
getPlainAttrsList
-
getPlainAttrsJSON
-
setPlainAttrsJSON
-