|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryFactoryInformation<T,ID extends Serializable>
Interface for components that can provide meta-information about a repository factory, the backing
EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the
repository.
| Method Summary | |
|---|---|
EntityInformation<T,ID> |
getEntityInformation()
Returns EntityInformation the repository factory is using. |
List<QueryMethod> |
getQueryMethods()
Returns all QueryMethods declared for that repository. |
RepositoryInformation |
getRepositoryInformation()
Returns the RepositoryInformation to determine meta-information about the repository being used. |
| Method Detail |
|---|
EntityInformation<T,ID> getEntityInformation()
EntityInformation the repository factory is using.
RepositoryInformation getRepositoryInformation()
RepositoryInformation to determine meta-information about the repository being used.
List<QueryMethod> getQueryMethods()
QueryMethods declared for that repository.
|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||