| Package | Description |
|---|---|
| org.neo4j.ogm.metadata |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
ClassInfo.postLoadMethodOrNull() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodInfo> |
MethodsInfo.methods()
Deprecated.
since 3.1.3, will be removed in 3.1.4. Use
MethodsInfo.findMethodInfoBy(Predicate) if you need access to
this internal API. |
| Modifier and Type | Method and Description |
|---|---|
Method |
ClassInfo.getMethod(MethodInfo methodInfo)
Returns the Method corresponding to the supplied MethodInfo as declared by the class represented by this ClassInfo
|
| Constructor and Description |
|---|
MethodsInfo(Map<String,MethodInfo> methods)
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.