Uses of Interface
org.springframework.data.mongodb.core.convert.ReferenceResolver
Package
Description
Spring Data MongoDB specific converter infrastructure.
-
Uses of ReferenceResolver in org.springframework.data.mongodb.core.convert
Modifier and TypeInterfaceDescriptioninterface
Used to resolve associations annotated withDBRef
.Modifier and TypeClassDescriptionclass
ADbRefResolver
that resolvesDBRef
s by delegating to aDbRefResolverCallback
than is able to generate lazy loading proxies.class
ReferenceResolver
implementation that uses a givenReferenceLookupDelegate
to load and convert entity associations expressed via apersitent property
.enum
No-OperationDBRef
resolver throwingUnsupportedOperationException
when attempting to resolve database references.