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.config.Configuration
The settings API will be completely rewritten in 4.0
|
org.neo4j.graphdb.index.RelationshipAutoIndexer
this feature will be removed in a future release, please consider using schema indexes instead
|
org.neo4j.graphdb.config.Setting
The settings API will be completely rewritten in 4.0
|
org.neo4j.graphdb.config.SettingGroup
The settings API will be completely rewritten in 4.0
|
org.neo4j.graphdb.config.SettingValidator
The settings API will be completely rewritten in 4.0
|
Class and Description |
---|
org.neo4j.graphdb.config.BaseSetting
The settings API will be completely rewritten in 4.0
|
org.neo4j.graphdb.DynamicLabel
use
Label.label(String) instead |
org.neo4j.graphdb.DynamicRelationshipType
use
RelationshipType.withName(String) instead |
org.neo4j.graphdb.config.ScopeAwareSetting
The settings API will be completely rewritten in 4.0
|
Exceptions and Description |
---|
org.neo4j.graphdb.config.InvalidSettingException
The settings API will be completely rewritten in 4.0
|
Method and Description |
---|
org.neo4j.graphdb.config.Setting.from(Configuration) |
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–2018 The Neo4j Graph Database Project. All rights reserved.