| 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,K extends Serializable> |
DataStoresAnd.and(DataStore<K,E> dataStore)
Adds another data store
|
<E,K extends Serializable> |
RepositoryFactoryBuilder.and(DataStore<K,E> dataStore) |
<E,K extends Serializable> |
RepositoryFactoryBuilder.registerDataStore(DataStore<K,E> dataStore) |
<E,K extends Serializable> |
DataStores.registerDataStore(DataStore<K,E> dataStore)
Registers a new data store
|
Copyright © 2014–2016. All rights reserved.