Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy

Packages that use TypeRepresentationStrategyFactory.Strategy
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.typerepresentation   
 

Uses of TypeRepresentationStrategyFactory.Strategy in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support with parameters of type TypeRepresentationStrategyFactory.Strategy
 void MappingInfrastructureFactoryBean.setTypeRepresentationStrategy(TypeRepresentationStrategyFactory.Strategy strategy)
           
 

Uses of TypeRepresentationStrategyFactory.Strategy in org.springframework.data.neo4j.support.typerepresentation
 

Methods in org.springframework.data.neo4j.support.typerepresentation that return TypeRepresentationStrategyFactory.Strategy
static TypeRepresentationStrategyFactory.Strategy TypeRepresentationStrategyFactory.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeRepresentationStrategyFactory.Strategy[] TypeRepresentationStrategyFactory.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.data.neo4j.support.typerepresentation with parameters of type TypeRepresentationStrategyFactory.Strategy
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService, TypeRepresentationStrategyFactory.Strategy strategy)
           
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService, TypeRepresentationStrategyFactory.Strategy strategy, IndexProvider indexProvider)
           
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.