public interface RepositoryFactoryInformation<T,ID>
EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the
repository.| Modifier and Type | Method and Description |
|---|---|
EntityInformation<T,ID> |
getEntityInformation()
Returns
EntityInformation the repository factory is using. |
PersistentEntity<?,?> |
getPersistentEntity()
Returns the
PersistentEntity managed by the underlying repository. |
List<QueryMethod> |
getQueryMethods()
Returns all
QueryMethods declared for that repository. |
RepositoryInformation |
getRepositoryInformation()
Returns the
RepositoryInformation to determine meta-information about the repository being used. |
EntityInformation<T,ID> getEntityInformation()
EntityInformation the repository factory is using.RepositoryInformation getRepositoryInformation()
RepositoryInformation to determine meta-information about the repository being used.PersistentEntity<?,?> getPersistentEntity()
PersistentEntity managed by the underlying repository. Can be null in case the
underlying persistence mechanism does not expose a MappingContext.List<QueryMethod> getQueryMethods()
QueryMethods declared for that repository.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.