Interface and Description |
---|
org.neo4j.graphdb.index.AutoIndexer
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.graphdb.index.RelationshipAutoIndexer
this feature will be removed in a future release, please consider using schema indexes instead
|
Class and Description |
---|
org.neo4j.graphdb.DynamicLabel
use
Label.label(String) instead |
org.neo4j.graphdb.DynamicRelationshipType
use
RelationshipType.withName(String) instead |
Method and Description |
---|
org.neo4j.graphdb.index.IndexManager.getNodeAutoIndexer()
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.graphdb.index.IndexManager.getRelationshipAutoIndexer()
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.graphdb.DynamicLabel.label(String)
use
Label.label(String) instead |
org.neo4j.graphdb.DynamicRelationshipType.withName(String)
use
RelationshipType.withName(String) instead |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.