Spring Data Neo4j

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

Packages that use TypeRepresentationStrategy
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.core   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.typerepresentation   
 

Uses of TypeRepresentationStrategy in org.springframework.data.neo4j.config
 

Methods in org.springframework.data.neo4j.config that return TypeRepresentationStrategy
 TypeRepresentationStrategy<org.neo4j.graphdb.Node> Neo4jConfiguration.nodeTypeRepresentationStrategy()
           
 TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> Neo4jConfiguration.relationshipTypeRepresentationStrategy()
           
 

Uses of TypeRepresentationStrategy in org.springframework.data.neo4j.core
 

Subinterfaces of TypeRepresentationStrategy in org.springframework.data.neo4j.core
 interface NodeTypeRepresentationStrategy
           
 interface RelationshipTypeRepresentationStrategy
           
 

Uses of TypeRepresentationStrategy in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support that return TypeRepresentationStrategy
 TypeRepresentationStrategy<org.neo4j.graphdb.Node> MappingInfrastructure.getNodeTypeRepresentationStrategy()
           
 TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> MappingInfrastructure.getRelationshipTypeRepresentationStrategy()
           
 

Methods in org.springframework.data.neo4j.support with parameters of type TypeRepresentationStrategy
 void MappingInfrastructure.setNodeTypeRepresentationStrategy(TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy)
           
 void MappingInfrastructure.setRelationshipTypeRepresentationStrategy(TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy)
           
 

Uses of TypeRepresentationStrategy in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping that return TypeRepresentationStrategy
 TypeRepresentationStrategy<S> EntityTools.getTypeRepresentationStrategy()
           
 

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type TypeRepresentationStrategy
EntityRemover(EntityStateHandler entityStateHandler, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy, GraphDatabase graphDatabase)
           
EntityRemover(EntityStateHandler entityStateHandler, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy, GraphDatabase graphDatabase)
           
EntityTools(TypeRepresentationStrategy<S> typeRepresentationStrategy, EntityStateFactory<S> entityStateFactory, EntityInstantiator<S> entityInstantiator)
           
TRSTypeAliasAccessor(TypeRepresentationStrategy<S> typeRepresentationStrategy)
           
 

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

Classes in org.springframework.data.neo4j.support.typerepresentation that implement TypeRepresentationStrategy
 class AbstractIndexingTypeRepresentationStrategy<S extends PropertyContainer>
           
 class IndexingNodeTypeRepresentationStrategy
           
 class IndexingRelationshipTypeRepresentationStrategy
           
 class NoopNodeTypeRepresentationStrategy
           
 class NoopRelationshipTypeRepresentationStrategy
           
 class SubReferenceNodeTypeRepresentationStrategy
          A TypeRepresentationStrategy that uses a hierarchy of reference nodes to represent the java type of the entity in the graph database.
 class TypeRepresentationStrategies
           
 

Methods in org.springframework.data.neo4j.support.typerepresentation that return TypeRepresentationStrategy
 TypeRepresentationStrategy<org.neo4j.graphdb.Node> TypeRepresentationStrategies.getNodeTypeRepresentationStrategy()
           
 TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> TypeRepresentationStrategies.getRelationshipTypeRepresentationStrategy()
           
 

Constructors in org.springframework.data.neo4j.support.typerepresentation with parameters of type TypeRepresentationStrategy
TypeRepresentationStrategies(Neo4jMappingContext mappingContext, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy)
           
TypeRepresentationStrategies(Neo4jMappingContext mappingContext, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.