Interface DomainEntity
-
- All Superinterfaces:
Entity
,ProvidedKeyEntity
,Serializable
- All Known Implementing Classes:
JPADomain
public interface DomainEntity extends ProvidedKeyEntity
-
-
Field Summary
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain
get()
void
set(Domain domain)
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-