Class JPADomain
- 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.JPADomain
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- DomainEntity,- Entity,- ProvidedKeyEntity
 
 @Entity public class JPADomain extends AbstractProvidedKeyEntity implements DomainEntity - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringTABLE- 
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntityLOG
 - 
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.EntityEMAIL_PATTERN, ID_PATTERN, ID_REGEX
 
- 
 - 
Constructor SummaryConstructors Constructor Description JPADomain()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Domainget()voidset(Domain domain)- 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntitygetKey, setKey
 - 
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntitycheckImplementationType, checkType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntitysetKey
 
- 
 
- 
- 
- 
Field Detail- 
TABLEpublic static final String TABLE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getpublic Domain get() - Specified by:
- getin interface- DomainEntity
 
 - 
setpublic void set(Domain domain) - Specified by:
- setin interface- DomainEntity
 
 
- 
 
-