Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategies

Packages that use TypeRepresentationStrategies
org.springframework.data.neo4j.support   
 

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

Methods in org.springframework.data.neo4j.support that return TypeRepresentationStrategies
 TypeRepresentationStrategies MappingInfrastructureFactoryBean.getTypeRepresentationStrategies()
           
 TypeRepresentationStrategies MappingInfrastructure.getTypeRepresentationStrategies()
           
 TypeRepresentationStrategies Infrastructure.getTypeRepresentationStrategies()
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type TypeRepresentationStrategies
MappingInfrastructure(GraphDatabase graphDatabase, org.neo4j.graphdb.GraphDatabaseService graphDatabaseService, IndexProvider indexProvider, ResultConverter resultConverter, PlatformTransactionManager transactionManager, TypeRepresentationStrategies typeRepresentationStrategies, EntityRemover entityRemover, Neo4jEntityPersister entityPersister, EntityStateHandler entityStateHandler, CypherQueryExecutor cypherQueryExecutor, Neo4jMappingContext mappingContext, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, javax.validation.Validator validator, ConversionService conversionService)
           
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.