Class RepositoryDeclaration


  • public final class RepositoryDeclaration
    extends Object
    Provides general management information about a repository.
    • Method Detail

      • getRepositoryId

        public RepositoryId getRepositoryId()
        Returns an identifier for the repository.
      • getRepositoryLabel

        public String getRepositoryLabel()
        Returns a label for the repository.
      • getFormatId

        public String getFormatId()
        Returns an identifier for the format of the physical store. A formatId is used to ensure the mapping to a specific relational database and for repository migration, when the persistence format changes.