| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataResolver
This interface allows us to set what resolver is used for resolving repository
metadata
|
interface |
Start
This interface is used as the starting point of the DSL grammar for creating a repository factory and
later mocking objects through that repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryFactoryBuilder
This class implements the DSL used to configure and build a repository factory object.
|
| Modifier and Type | Method and Description |
|---|---|
QueryDescriptionConfigurer |
RepositoryFactoryBuilder.resolveMetadataUsing(RepositoryMetadataResolver metadataResolver) |
QueryDescriptionConfigurer |
MetadataResolver.resolveMetadataUsing(RepositoryMetadataResolver metadataResolver)
Tells the builder to use the given repository metadata resolver instead of the default it has
|
Copyright © 2014–2016. All rights reserved.