| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory |
| 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 |
|---|---|
<E> ResultAdaptersAnd |
RepositoryFactoryBuilder.adaptResultsUsing(ResultAdapter<E> adapter) |
<E> ResultAdaptersAnd |
ResultAdapters.adaptResultsUsing(ResultAdapter<E> adapter)
Tells the build to register a result adapter
|
<E> ResultAdaptersAnd |
ResultAdaptersAnd.and(ResultAdapter<E> adapter)
Registers an extra adapter
|
<E> ResultAdaptersAnd |
RepositoryFactoryBuilder.and(ResultAdapter<E> adapter) |
Copyright © 2014–2016. All rights reserved.