| Interface | Description |
|---|---|
| Auditing |
Lets us set up out-of-the-box auditing
|
| DataFunctions |
This interface lets us tell the builder how the data functions should be configured
|
| DataFunctionsAnd |
This interface lets you add additional functions
|
| DataStores |
Lets us change the data store and the data store registry
|
| DataStoresAnd |
Lets us add another data store
|
| End | |
| EventListener |
Lets us define the various listener configurations used when data operations are taking place
|
| EventListenerAnd |
Registers an extra event listener
|
| FallbackKeyGenerator | |
| MappingContext |
Lets us configure the type mapping
|
| MappingContextAnd |
Lets us register additional mappings
|
| MetadataResolver |
This interface allows us to set what resolver is used for resolving repository
metadata
|
| OperationHandlers |
Lets us define the operation handlers
|
| OperationHandlersAnd |
Lets us define an extra operation handler
|
| Operators |
This interface lets us define the operators that are used when extracting query descriptions
|
| OperatorsAnd |
This is a conjunction that let's us define an additional operator to register
|
| QueryDescription |
This interface lets us define the query description extractor
|
| QueryDescriptionConfigurer |
This interface creates a branch in the grammar that lets you either configure the
operators or the query description extractor.
|
| ResultAdapters | |
| ResultAdaptersAnd |
Lets us register an additional result adapter
|
| 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.
|
| Class | Description |
|---|---|
| RepositoryFactoryBuilder |
This class implements the DSL used to configure and build a repository factory object.
|
| RepositoryFactoryBuilder.DefaultAuditorAware |
An auditor aware that returns the static value of
RepositoryFactoryBuilder.DEFAULT_USER |
Copyright © 2014–2016. All rights reserved.