| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationRepositoryMetadataResolver
This class will try to resolve metadata from a repository interface that has been annotated with
Spring's
@RepositoryDefinition. |
class |
AssignableRepositoryMetadataResolver
This class will try to determine the repository metadata from the generic arguments defined by the
repository interface, assuming that it has extended the
Repository interface from
Spring Data Commons. |
class |
DefaultRepositoryMetadataResolver
This resolver will combine generic based and annotation based metadata resolution and deliver both in a single package.
|
Copyright © 2014–2016. All rights reserved.