| Class | Description |
|---|---|
| DataOperationInvocationHandler<K extends Serializable,E> |
This class is in charge of handling a data operation that was triggered by invoking a repository method.
|
| DefaultRepositoryFactory |
This class is the entry point to this framework as a whole.
|
| DefaultRepositoryFactoryConfiguration |
This is a configurable (mutable) repository factory configuration
|
| DefaultResultAdapterContext |
This is the default implementation for registering and containing result adapters.
|
| DefaultTypeMappingContext |
This is the default type mapping context that is also capable of registering the default mappings
for the interfaces provided through Spring Data.
|
| ImmutableInvocationMapping<K extends Serializable,E> |
This class is an immutable invocation mapping.
|
| ImmutableRepositoryConfiguration |
This class is an immutable repository configuration.
|
| ImmutableRepositoryFactoryConfiguration |
This class is an immutable repository factory configuration insofar as the configuration itself is
considered.
|
| ImmutableTypeMapping<E> |
This is an immutable type mapping.
|
| NonDataOperationInvocationHandler |
This class will handle invocations that are strictly non-data-related.
|
Copyright © 2014–2016. All rights reserved.