public interface DataStores extends ResultAdapters
| Modifier and Type | Method and Description |
|---|---|
<E,K extends Serializable> |
registerDataStore(DataStore<K,E> dataStore)
Registers a new data store
|
ResultAdapters |
withDataStores(DataStoreRegistry registry)
Tells the builder to use a different registry
|
adaptResultsUsing, withAdaptershonoringImplementation, withMappingswithOperationHandler, withOperationHandlerswithDefaultKeyGeneratorwithListener, withListenersenableAuditing, enableAuditinggenerateKeysUsing, generateKeysUsing, withoutGeneratingKeysusingImplementationResultAdapters withDataStores(DataStoreRegistry registry)
registry - the registry<E,K extends Serializable> DataStoresAnd registerDataStore(DataStore<K,E> dataStore)
E - the entity typeK - the key typedataStore - the data storeCopyright © 2014–2016. All rights reserved.