Spring Data Neo4j

org.springframework.data.neo4j.support.typerepresentation
Class IndexingNodeTypeRepresentationStrategy

java.lang.Object
  extended by org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy<org.neo4j.graphdb.Node>
      extended by org.springframework.data.neo4j.support.typerepresentation.IndexingNodeTypeRepresentationStrategy
All Implemented Interfaces:
NodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Node>

public class IndexingNodeTypeRepresentationStrategy
extends AbstractIndexingTypeRepresentationStrategy<org.neo4j.graphdb.Node>
implements NodeTypeRepresentationStrategy


Field Summary
static String INDEX_NAME
           
 
Fields inherited from class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
graphDb, INDEX_KEY, indexProvider, TYPE_PROPERTY_NAME
 
Constructor Summary
IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider)
           
 
Method Summary
 
Methods inherited from class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
addToTypesIndex, count, findAll, getTypesIndex, preEntityRemoval, readAliasFrom, writeTypeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.data.neo4j.core.TypeRepresentationStrategy
count, findAll, preEntityRemoval, readAliasFrom, writeTypeTo
 

Field Detail

INDEX_NAME

public static final String INDEX_NAME
See Also:
Constant Field Values
Constructor Detail

IndexingNodeTypeRepresentationStrategy

public IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb,
                                              IndexProvider indexProvider)

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.