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, typeCache
 
Constructor Summary
IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider)
           
 
Method Summary
protected  void addToTypesIndex(org.neo4j.graphdb.Node node, Class<?> entityClass)
           
 
Methods inherited from class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
count, findAll, getJavaType, getTypesIndex, postEntityCreation, preEntityRemoval
 
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, getJavaType, postEntityCreation, preEntityRemoval
 

Field Detail

INDEX_NAME

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

IndexingNodeTypeRepresentationStrategy

public IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb,
                                              IndexProvider indexProvider)
Method Detail

addToTypesIndex

protected void addToTypesIndex(org.neo4j.graphdb.Node node,
                               Class<?> entityClass)
Overrides:
addToTypesIndex in class AbstractIndexingTypeRepresentationStrategy<org.neo4j.graphdb.Node>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.