Class JPAAttrRepo
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.am.JPAAttrRepo
-
- All Implemented Interfaces:
Serializable
,AttrRepo
,Entity
,ProvidedKeyEntity
@Entity public class JPAAttrRepo extends AbstractProvidedKeyEntity implements AttrRepo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
protected static TypeReference<List<Item>>
TYPEREF
-
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 JPAAttrRepo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttrRepoConf
getConf()
String
getDescription()
List<Item>
getItems()
int
getOrder()
AttrRepoState
getState()
protected void
json2list(boolean clearFirst)
void
list2json()
void
postLoad()
void
postSave()
void
setConf(AttrRepoConf conf)
void
setDescription(String description)
void
setOrder(int order)
void
setState(AttrRepoState state)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
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.ProvidedKeyEntity
setKey
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
TYPEREF
protected static final TypeReference<List<Item>> TYPEREF
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceAttrRepo
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceAttrRepo
-
getState
public AttrRepoState getState()
-
setState
public void setState(AttrRepoState state)
-
getConf
public AttrRepoConf getConf()
-
setConf
public void setConf(AttrRepoConf conf)
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-