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