| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory | |
| com.mmnaseri.utils.spring.data.dsl.mock |
| Class and Description |
|---|
| End
Lets us create a mock of the repository we have in mind
|
| Implementation
Lets us specify which implementations the repository should use
|
| ImplementationAnd
Lets us specify additional implementation classes
|
| KeyGeneration
Lets us set up how we want our keys to be generated
|
| Class and Description |
|---|
| Configuration
Lets us configure the underlying factory using a configuration object
|
| End
Lets us create a mock of the repository we have in mind
|
| Factory
Specifies the factory for the repository mock builder
|
| Implementation
Lets us specify which implementations the repository should use
|
| ImplementationAnd
Lets us specify additional implementation classes
|
| KeyGeneration
Lets us set up how we want our keys to be generated
|
| Start
Starting point for the DSL.
|
Copyright © 2014–2016. All rights reserved.