| Interface and Description |
|---|
| org.neo4j.ogm.session.GraphCallback |
| Class and Description |
|---|
| org.neo4j.ogm.context.EntityRowModelMapper
since 3.1.1, no replacement yet but expect this mapper to go away.
|
| Annotation Type and Description |
|---|
| org.neo4j.ogm.annotation.GraphId
Just replace
GraphId with Id and GeneratedValue.
By default the InternalIdStrategy will be used. |
| Method and Description |
|---|
| org.neo4j.ogm.autoindex.AutoIndexManager.build()
since 3.1.3, use
AutoIndexManager.run() instead. |
| org.neo4j.ogm.session.Session.doInTransaction(GraphCallback<T>) |
| org.neo4j.ogm.session.Neo4jSession.doInTransaction(GraphCallback<T>) |
| org.neo4j.ogm.metadata.FieldsInfo.get(String)
since 3.1.1 use
ClassInfo.getFieldInfo(String) instead. |
| org.neo4j.ogm.metadata.MethodsInfo.methods()
since 3.1.3, will be removed in 3.1.4. Use
MethodsInfo.findMethodInfoBy(Predicate) if you need access to
this internal API. |
| org.neo4j.ogm.metadata.ObjectAnnotations.put(String, AnnotationInfo)
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
| org.neo4j.ogm.session.Neo4jSession.setDriver(Driver) |
| org.neo4j.ogm.cypher.Filter.setPropertyName(String) |
| Constructor and Description |
|---|
| org.neo4j.ogm.metadata.MethodsInfo(Map<String, MethodInfo>)
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
| org.neo4j.ogm.metadata.ObjectAnnotations()
since 3.1.3, will be removed in 3.1.4 to reduce the public OGM surface
|
| Annotation Type Element and Description |
|---|
| org.neo4j.ogm.annotation.Index.primary
Use @Id instead.
|
Copyright © 2018 Neo Technology, Inc.. All rights reserved.