| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFunctions
This interface lets us tell the builder how the data functions should be configured
|
interface |
DataFunctionsAnd
This interface lets you add additional functions
|
interface |
MetadataResolver
This interface allows us to set what resolver is used for resolving repository
metadata
|
interface |
Operators
This interface lets us define the operators that are used when extracting query descriptions
|
interface |
OperatorsAnd
This is a conjunction that let's us define an additional operator to register
|
interface |
QueryDescription
This interface lets us define the query description extractor
|
interface |
QueryDescriptionConfigurer
This interface creates a branch in the grammar that lets you either configure the
operators or the query description extractor.
|
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 |
|---|---|
DataStores |
DataFunctions.withDataFunctions(DataFunctionRegistry registry)
Tells the builder which data function registry it should use
|
DataStores |
RepositoryFactoryBuilder.withDataFunctions(DataFunctionRegistry registry) |
Copyright © 2014–2016. All rights reserved.