Spring Data Graph

org.springframework.data.graph.core
Interface NodeTypeRepresentationStrategy

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

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


Method Summary
 
Methods inherited from interface org.springframework.data.graph.core.TypeRepresentationStrategy
count, createEntity, createEntity, findAll, getJavaType, postEntityCreation, preEntityRemoval, projectEntity
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.