| Package | Description |
|---|---|
| org.neo4j.ogm.metadata |
| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
AnnotationsInfo.get(Class<?> annotationNameClass) |
AnnotationInfo |
ObjectAnnotations.get(Class<?> keyClass) |
AnnotationInfo |
AnnotationsInfo.get(String annotationName) |
AnnotationInfo |
ObjectAnnotations.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AnnotationInfo> |
ClassInfo.annotations() |
Collection<AnnotationInfo> |
AnnotationsInfo.list() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectAnnotations.put(String key,
AnnotationInfo value)
Deprecated.
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
Copyright © 2018 Neo Technology, Inc.. All rights reserved.