Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.MappingInfrastructure

Packages that use MappingInfrastructure
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.support   
 

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

Methods in org.springframework.data.neo4j.config that return MappingInfrastructure
 MappingInfrastructure Neo4jConfiguration.mappingInfrastructure()
           
 

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

Methods in org.springframework.data.neo4j.support that return MappingInfrastructure
 MappingInfrastructure Neo4jTemplate.getInfrastructure()
           
 

Methods in org.springframework.data.neo4j.support with parameters of type MappingInfrastructure
 void Neo4jTemplate.setInfrastructure(MappingInfrastructure infrastructure)
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type MappingInfrastructure
Neo4jTemplate(MappingInfrastructure infrastructure)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.