Spring Data Neo4j

org.springframework.data.neo4j.mapping
Interface Neo4jEntityConverter<T,S extends org.neo4j.graphdb.PropertyContainer>

All Superinterfaces:
org.springframework.data.convert.EntityConverter<Neo4jPersistentEntity<?>,Neo4jPersistentProperty,T,S>, org.springframework.data.convert.EntityReader<T,S>, org.springframework.data.convert.EntityWriter<T,S>
All Known Subinterfaces:
Neo4jNodeConverter<T>
All Known Implementing Classes:
Neo4jEntityConverterImpl, Neo4jEntityPersister, Neo4jEntityPersister.CachedConverter

public interface Neo4jEntityConverter<T,S extends org.neo4j.graphdb.PropertyContainer>
extends org.springframework.data.convert.EntityConverter<Neo4jPersistentEntity<?>,Neo4jPersistentProperty,T,S>, org.springframework.data.convert.EntityWriter<T,S>, org.springframework.data.convert.EntityReader<T,S>

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.