| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.dsl.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryFactoryBuilder
This class implements the DSL used to configure and build a repository factory object.
|
| Modifier and Type | Method and Description |
|---|---|
MappingContextAnd |
MappingContextAnd.and(Class<?> superType,
Class<?> implementation)
Registers an additional mapping
|
MappingContextAnd |
RepositoryFactoryBuilder.and(Class<?> superType,
Class<?> implementation) |
MappingContextAnd |
RepositoryFactoryBuilder.honoringImplementation(Class<?> superType,
Class<?> implementation) |
MappingContextAnd |
MappingContext.honoringImplementation(Class<?> superType,
Class<?> implementation)
Tells the builder to register a mapping
|
Copyright © 2014–2016. All rights reserved.