Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.index.IndexType

Packages that use IndexType
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.rest   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.index   
 

Uses of IndexType in org.springframework.data.neo4j.core
 

Methods in org.springframework.data.neo4j.core with parameters of type IndexType
<T extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<T>
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
<T extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<T>
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
<T extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<T>
DelegatingGraphDatabase.createIndex(Class<T> type, String indexName, IndexType indexType)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
org.neo4j.graphdb.index.Index<S>
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
<T extends org.neo4j.graphdb.PropertyContainer>
org.neo4j.graphdb.index.Index<T>
IndexProvider.createIndex(Class<T> type, String indexName, IndexType fullText)
           
<S extends org.neo4j.graphdb.PropertyContainer,T>
org.neo4j.graphdb.index.Index<S>
IndexProvider.getIndex(Class<T> type, String indexName, IndexType indexType)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.