| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.proxy | |
| com.mmnaseri.utils.spring.data.proxy.impl | |
| com.mmnaseri.utils.spring.data.proxy.impl.resolvers |
| Modifier and Type | Method and Description |
|---|---|
List<TypeMapping<?>> |
TypeMappingContext.getMappings(Class<?> repositoryType)
Given a repository type, will look up all possible mappings and creates
mapping objects
from those |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTypeMapping<E>
This is an immutable type mapping.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeMapping<?>> |
DefaultTypeMappingContext.getMappings(Class<?> repositoryType) |
| Constructor and Description |
|---|
DefaultDataOperationResolver(List<TypeMapping<?>> implementations,
MethodQueryDescriptionExtractor descriptionExtractor,
RepositoryMetadata repositoryMetadata,
DataFunctionRegistry functionRegistry,
RepositoryFactoryConfiguration configuration) |
SignatureDataOperationResolver(List<TypeMapping<?>> mappings) |
Copyright © 2014–2016. All rights reserved.