| Modifier and Type | Method and Description |
|---|---|
ResultAdapters |
RepositoryFactoryBuilder.withDataStores(DataStoreRegistry registry) |
ResultAdapters |
DataStores.withDataStores(DataStoreRegistry registry)
Tells the builder to use a different registry
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreRegistry |
RepositoryFactoryConfiguration.getDataStoreRegistry() |
| Modifier and Type | Method and Description |
|---|---|
DataStoreRegistry |
DefaultRepositoryFactoryConfiguration.getDataStoreRegistry() |
DataStoreRegistry |
ImmutableRepositoryFactoryConfiguration.getDataStoreRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRepositoryFactoryConfiguration.setDataStoreRegistry(DataStoreRegistry dataStoreRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataStoreRegistry
This is the default implementation of the data store registry that supports caching a data store based on
the type of entity the data store supports.
|
Copyright © 2014–2016. All rights reserved.