| Package | Description |
|---|---|
| org.springframework.data.neo4j.core | |
| org.springframework.data.neo4j.mapping | |
| org.springframework.data.neo4j.support | |
| org.springframework.data.neo4j.support.index |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.neo4j.graphdb.PropertyContainer> |
GraphDatabase.createIndex(Class<T> type,
String indexName,
IndexType indexType)
creates a index
|
| Modifier and Type | Method and Description |
|---|---|
IndexType |
IndexInfo.getIndexType() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.neo4j.graphdb.PropertyContainer> |
DelegatingGraphDatabase.createIndex(Class<T> type,
String indexName,
IndexType indexType) |
<S extends org.neo4j.graphdb.PropertyContainer,T> |
Neo4jTemplate.getIndex(Class<T> type,
String indexName,
IndexType indexType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends org.neo4j.graphdb.PropertyContainer> |
IndexProviderImpl.createIndex(Class<T> propertyContainerType,
String indexName,
IndexType fullText) |
<T extends org.neo4j.graphdb.PropertyContainer> |
IndexProvider.createIndex(Class<T> propertyContainerType,
String indexName,
IndexType fullText)
Deprecated.
|
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProviderImpl.getIndex(Neo4jPersistentEntity<T> persistentEntity,
String indexName,
IndexType indexType) |
<S extends org.neo4j.graphdb.PropertyContainer,T> |
IndexProvider.getIndex(Neo4jPersistentEntity<T> persistentEntity,
String indexName,
IndexType indexType)
Deprecated.
|
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.