public abstract class EntityMapper<S,E,T> extends Object implements PathMapper<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityMapper.WithoutResult<S,E> |
| Modifier | Constructor and Description |
|---|---|
protected |
EntityMapper(Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
mapPath(EntityPath<S,E> entityPath) |
T |
mapPath(org.neo4j.graphdb.Path path)
map operation, converts the path to any other, specified type instance
|
protected EntityMapper(Neo4jTemplate template)
public abstract T mapPath(EntityPath<S,E> entityPath)
public T mapPath(org.neo4j.graphdb.Path path)
PathMappermapPath in interface PathMapper<T>path - given pathCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.