public interface DataFunctions extends DataStores
| Modifier and Type | Method and Description |
|---|---|
<R> DataFunctionsAnd |
registerFunction(String name,
DataFunction<R> function)
Registers a function and lets you add more functions
|
DataStores |
withDataFunctions(DataFunctionRegistry registry)
Tells the builder which data function registry it should use
|
registerDataStore, withDataStoresadaptResultsUsing, withAdaptershonoringImplementation, withMappingswithOperationHandler, withOperationHandlerswithDefaultKeyGeneratorwithListener, withListenersenableAuditing, enableAuditinggenerateKeysUsing, generateKeysUsing, withoutGeneratingKeysusingImplementationDataStores withDataFunctions(DataFunctionRegistry registry)
registry - the registry that should be used<R> DataFunctionsAnd registerFunction(String name, DataFunction<R> function)
R - the type of the resultname - the name under which this function is recognizedfunction - the functionCopyright © 2014–2016. All rights reserved.