Spring Data Neo4j

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

java.lang.Object
  extended by org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy<org.neo4j.graphdb.Relationship>
      extended by org.springframework.data.neo4j.support.typerepresentation.IndexingRelationshipTypeRepresentationStrategy
All Implemented Interfaces:
RelationshipTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship>

public class IndexingRelationshipTypeRepresentationStrategy
extends AbstractIndexingTypeRepresentationStrategy<org.neo4j.graphdb.Relationship>
implements RelationshipTypeRepresentationStrategy


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
IndexingRelationshipTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider)
           
 
Method Summary
 
Methods inherited from class org.springframework.data.neo4j.support.typerepresentation.AbstractIndexingTypeRepresentationStrategy
addToTypesIndex, 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

IndexingRelationshipTypeRepresentationStrategy

public IndexingRelationshipTypeRepresentationStrategy(GraphDatabase graphDb,
                                                      IndexProvider indexProvider)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.