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.traversal.AbstractSelectorOrderer
This will be moved to internal packages in the next major release.
|
org.neo4j.graphdb.DynamicLabel
use
Label.label(String) instead |
org.neo4j.graphdb.DynamicRelationshipType
use
RelationshipType.withName(String) instead |
Method and Description |
---|
org.neo4j.graphdb.GraphDatabaseService.findNodesByLabelAndProperty(Label, String, Object) |
org.neo4j.graphdb.Transaction.finish()
due to implementing
AutoCloseable , where Transaction.close() is called automatically
when used in try-with-resource statements. |
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–2016 The Neo4j Graph Database Project. All rights reserved.