public interface MappingContext extends OperationHandlers
| Modifier and Type | Method and Description |
|---|---|
MappingContextAnd |
honoringImplementation(Class<?> superType,
Class<?> implementation)
Tells the builder to register a mapping
|
EventListener |
withMappings(TypeMappingContext context)
Tells the builder to use the provided context
|
withOperationHandler, withOperationHandlerswithDefaultKeyGeneratorwithListener, withListenersenableAuditing, enableAuditinggenerateKeysUsing, generateKeysUsing, withoutGeneratingKeysusingImplementationEventListener withMappings(TypeMappingContext context)
context - the contextMappingContextAnd honoringImplementation(Class<?> superType, Class<?> implementation)
superType - the super type for the repository interfaceimplementation - the concrete class implementing the mapped methodsCopyright © 2014–2016. All rights reserved.