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. |
Annotation Type Element and Description |
---|
org.neo4j.ogm.annotation.Index.primary
Use @Id instead.
|
Copyright © 2018 Neo Technology, Inc.. All rights reserved.