Spring Data Neo4j

org.springframework.data.neo4j.core
Interface NodeTypeRepresentationStrategy

All Superinterfaces:
TypeRepresentationStrategy<org.neo4j.graphdb.Node>
All Known Implementing Classes:
IndexingNodeTypeRepresentationStrategy, NoopNodeTypeRepresentationStrategy, SubReferenceNodeTypeRepresentationStrategy

public interface NodeTypeRepresentationStrategy
extends TypeRepresentationStrategy<org.neo4j.graphdb.Node>


Method Summary
 
Methods inherited from interface org.springframework.data.neo4j.core.TypeRepresentationStrategy
count, findAll, preEntityRemoval, readAliasFrom, writeTypeTo
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.