public final class RepositoryDeclaration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REPOSITORY_LABEL |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatId()
Returns an identifier for the format of the physical store.
|
RepositoryId |
getRepositoryId()
Returns an identifier for the repository.
|
String |
getRepositoryLabel()
Returns a label for the repository.
|
String |
toString() |
public static final String DEFAULT_REPOSITORY_LABEL
public RepositoryId getRepositoryId()
public String getRepositoryLabel()
public String getFormatId()
formatId is used to ensure
the mapping to a specific relational database and for
repository migration, when the persistence format changes.