All Superinterfaces:
Entity, ProvidedKeyEntity, Serializable
All Known Implementing Classes:
JPADomain, Neo4jDomain

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

    Modifier and Type
    Method
    Description
    get()
     
    void
    set(Domain domain)
     

    Methods inherited from interface org.apache.syncope.core.persistence.api.entity.Entity

    getKey

    Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity

    setKey
  • Method Details