org.springframework.data.neo4j.support.query
Class EntityResultConverter2<R>
java.lang.Object
org.springframework.data.neo4j.support.query.EntityResultConverter2<R>
- All Implemented Interfaces:
- ResultConverter<Object,R>
public class EntityResultConverter2<R>
- extends Object
- implements ResultConverter<Object,R>
- Since:
- 28.06.11
- Author:
- mh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityResultConverter2
public EntityResultConverter2(GraphDatabaseContext ctx)
convert
public R convert(Object value,
Class<R> type)
- Specified by:
convert
in interface ResultConverter<Object,R>
Copyright © 2011 SpringSource. All Rights Reserved.