Spring Data Neo4j

org.springframework.data.neo4j.mapping
Interface Neo4jNodeConverter<T>

All Superinterfaces:
org.springframework.data.convert.EntityConverter<Neo4jPersistentEntity<?>,Neo4jPersistentProperty,T,org.neo4j.graphdb.Node>, org.springframework.data.convert.EntityReader<T,org.neo4j.graphdb.Node>, org.springframework.data.convert.EntityWriter<T,org.neo4j.graphdb.Node>, Neo4jEntityConverter<T,org.neo4j.graphdb.Node>

public interface Neo4jNodeConverter<T>
extends Neo4jEntityConverter<T,org.neo4j.graphdb.Node>

Since:
27.09.11
Author:
mh

Method Summary
 
Methods inherited from interface org.springframework.data.convert.EntityConverter
getConversionService, getMappingContext
 
Methods inherited from interface org.springframework.data.convert.EntityReader
read
 
Methods inherited from interface org.springframework.data.convert.EntityWriter
write
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.