Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.Neo4jEntityConverter

Packages that use Neo4jEntityConverter
org.springframework.data.neo4j.mapping   
org.springframework.data.neo4j.support.mapping   
 

Uses of Neo4jEntityConverter in org.springframework.data.neo4j.mapping
 

Subinterfaces of Neo4jEntityConverter in org.springframework.data.neo4j.mapping
 interface Neo4jNodeConverter<T>
           
 

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

Classes in org.springframework.data.neo4j.support.mapping that implement Neo4jEntityConverter
 class Neo4jEntityConverterImpl<T,S extends PropertyContainer>
           
 class Neo4jEntityPersister
           
static class Neo4jEntityPersister.CachedConverter<S extends PropertyContainer>
           
 

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jEntityConverter
Neo4jEntityPersister.CachedConverter(Neo4jEntityConverter<Object,S> delegate)
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.