public class ImmutableRepositoryMetadata extends Object implements RepositoryMetadata
| Constructor and Description |
|---|
ImmutableRepositoryMetadata(Class<?> identifierType,
Class<?> entityType,
Class<?> repositoryInterface,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getEntityType() |
String |
getIdentifierProperty() |
Class<?> |
getIdentifierType() |
Class<?> |
getRepositoryInterface() |
public String getIdentifierProperty()
getIdentifierProperty in interface RepositoryMetadatapublic Class<?> getIdentifierType()
getIdentifierType in interface RepositoryMetadatapublic Class<?> getEntityType()
getEntityType in interface RepositoryMetadatapublic Class<?> getRepositoryInterface()
getRepositoryInterface in interface RepositoryMetadataCopyright © 2014–2021. All rights reserved.