Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.core.NodeTypeRepresentationStrategy

Packages that use NodeTypeRepresentationStrategy
org.springframework.data.neo4j.support.typerepresentation   
 

Uses of NodeTypeRepresentationStrategy in org.springframework.data.neo4j.support.typerepresentation
 

Classes in org.springframework.data.neo4j.support.typerepresentation that implement NodeTypeRepresentationStrategy
 class IndexingNodeTypeRepresentationStrategy
           
 class NoopNodeTypeRepresentationStrategy
           
 class SubReferenceNodeTypeRepresentationStrategy
          A TypeRepresentationStrategy that uses a hierarchy of reference nodes to represent the java type of the entity in the graph database.
 

Methods in org.springframework.data.neo4j.support.typerepresentation that return NodeTypeRepresentationStrategy
 NodeTypeRepresentationStrategy TypeRepresentationStrategyFactory.getNodeTypeRepresentationStrategy()
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.