public class DefaultRepositoryMetadataResolver extends AbstractRepositoryMetadataResolver
This resolver will combine generic based and annotation based metadata resolution and deliver both in a single package.
This is the order in which the resolution will take place:
annotations.inheritance.| Constructor and Description |
|---|
DefaultRepositoryMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryMetadata |
resolveFromInterface(Class<?> repositoryInterface)
Determines the metadata from the given repository interface, knowing that the assumptions
declared
the head of this class now hold. |
resolve, resolveIdPropertyprotected RepositoryMetadata resolveFromInterface(Class<?> repositoryInterface)
AbstractRepositoryMetadataResolverthe head of this class now hold.resolveFromInterface in class AbstractRepositoryMetadataResolverrepositoryInterface - the repository interface.Copyright © 2014–2016. All rights reserved.