Package | Description |
---|---|
com.arangodb.springframework.core.convert.resolver | |
com.arangodb.springframework.core.mapping |
Modifier and Type | Method and Description |
---|---|
Object |
RefResolver.resolve(String id,
TypeInformation<?> type,
Ref annotation) |
Object |
RefResolver.resolveMultiple(Collection<String> ids,
TypeInformation<?> type,
Ref annotation) |
Object |
RefResolver.resolveOne(String id,
TypeInformation<?> type,
Ref annotation) |
String |
RefResolver.write(Object source,
ArangoPersistentEntity<?> entity,
Object id,
Ref annotation) |
String |
ReferenceResolver.write(Object source,
ArangoPersistentEntity<?> entity,
Object id,
Ref annotation) |
Modifier and Type | Method and Description |
---|---|
Optional<Ref> |
DefaultArangoPersistentProperty.getRef() |
Optional<Ref> |
ArangoPersistentProperty.getRef() |
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.