Interface and Description |
---|
org.neo4j.graphdb.index.AutoIndexer
this feature will be removed in the next major 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.Index
This API will be removed in the next major release. Please consider using schema indexes instead.
|
org.neo4j.graphdb.index.IndexHits
This API will be removed in the next major release. Please consider using schema indexes instead.
|
org.neo4j.graphdb.index.IndexManager
The
IndexManager based indexes will be removed in next major release. Please consider using schema indexes instead. |
org.neo4j.graphdb.index.ReadableIndex
This API will be removed in next major release. Please consider using schema indexes instead.
|
org.neo4j.graphdb.index.ReadableRelationshipIndex
This API will be removed in next major release. Please consider using schema indexes instead.
|
org.neo4j.graphdb.index.RelationshipAutoIndexer
This API will be removed in next major release. Please consider using schema indexes instead.
|
org.neo4j.graphdb.index.RelationshipIndex
This API will be removed in next major 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.DependencyResolver.Adapter
in next major version default selection strategy will be changed to more strict
DependencyResolver.SelectionStrategy.ONLY |
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
|
org.neo4j.graphdb.index.UniqueFactory
This API will be removed in next major release. Please consider using schema constraints and the Cypher
MERGE clause instead. |
org.neo4j.graphdb.index.UniqueFactory.UniqueEntity |
org.neo4j.graphdb.index.UniqueFactory.UniqueNodeFactory |
org.neo4j.graphdb.index.UniqueFactory.UniqueRelationshipFactory |
Exceptions and Description |
---|
org.neo4j.graphdb.config.InvalidSettingException
The settings API will be completely rewritten in 4.0
|
Field and Description |
---|
org.neo4j.graphdb.index.IndexManager.PROVIDER |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.