| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.convert |
Spring Data MongoDB specific converter infrastructure.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DbRefResolver
Used to resolve associations annotated with
DBRef. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDbRefResolver
A
DbRefResolver that resolves DBRefs by delegating to a
DbRefResolverCallback than is able to generate lazy loading proxies. |
class |
DefaultReferenceResolver
ReferenceResolver implementation that uses a given ReferenceLookupDelegate to load and convert entity
associations expressed via a persitent property. |
class |
NoOpDbRefResolver
No-Operation
DBRef resolver throwing
UnsupportedOperationException when attempting to resolve database references. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.