public interface ResultAdapters extends MappingContext
| Modifier and Type | Method and Description |
|---|---|
<E> ResultAdaptersAnd |
adaptResultsUsing(ResultAdapter<E> adapter)
Tells the build to register a result adapter
|
MappingContext |
withAdapters(ResultAdapterContext context)
Tells the builder to use the provided context
|
honoringImplementation, withMappingswithOperationHandler, withOperationHandlerswithDefaultKeyGeneratorwithListener, withListenersenableAuditing, enableAuditinggenerateKeysUsing, generateKeysUsing, withoutGeneratingKeysusingImplementationMappingContext withAdapters(ResultAdapterContext context)
context - the context<E> ResultAdaptersAnd adaptResultsUsing(ResultAdapter<E> adapter)
E - the type of the result for the adapteradapter - the adapterCopyright © 2014–2016. All rights reserved.