|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IndexType in org.springframework.data.neo4j.core |
|---|
| Methods in org.springframework.data.neo4j.core with parameters of type IndexType | ||
|---|---|---|
|
GraphDatabase.createIndex(Class<T> type,
String indexName,
IndexType indexType)
creates a index |
|
| Uses of IndexType in org.springframework.data.neo4j.mapping |
|---|
| Methods in org.springframework.data.neo4j.mapping that return IndexType | |
|---|---|
IndexType |
IndexInfo.getIndexType()
|
| Uses of IndexType in org.springframework.data.neo4j.rest |
|---|
| Methods in org.springframework.data.neo4j.rest with parameters of type IndexType | ||
|---|---|---|
|
SpringRestGraphDatabase.createIndex(Class<T> type,
String indexName,
IndexType indexType)
|
|
| Uses of IndexType in org.springframework.data.neo4j.support |
|---|
| Methods in org.springframework.data.neo4j.support with parameters of type IndexType | ||
|---|---|---|
|
DelegatingGraphDatabase.createIndex(Class<T> type,
String indexName,
IndexType indexType)
|
|
|
Neo4jTemplate.getIndex(Class<T> type,
String indexName,
IndexType indexType)
|
|
| Uses of IndexType in org.springframework.data.neo4j.support.index |
|---|
| Methods in org.springframework.data.neo4j.support.index that return IndexType | |
|---|---|
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. |
| Methods in org.springframework.data.neo4j.support.index with parameters of type IndexType | ||
|---|---|---|
|
IndexProviderImpl.createIndex(Class<T> type,
String indexName,
IndexType fullText)
|
|
|
IndexProvider.createIndex(Class<T> type,
String indexName,
IndexType fullText)
|
|
|
IndexProviderImpl.getIndex(Class<T> type,
String indexName,
IndexType indexType)
|
|
|
IndexProvider.getIndex(Class<T> type,
String indexName,
IndexType indexType)
|
|
|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||