public class LoadOneDelegate extends Object implements Capability.LoadOne
| Constructor and Description |
|---|
LoadOneDelegate(Neo4jSession session) |
| Modifier and Type | Method and Description |
|---|---|
<T,ID extends Serializable> |
load(Class<T> type,
ID id) |
<T,ID extends Serializable> |
load(Class<T> type,
ID id,
int depth) |
public LoadOneDelegate(Neo4jSession session)
public <T,ID extends Serializable> T load(Class<T> type, ID id)
load in interface Capability.LoadOnepublic <T,ID extends Serializable> T load(Class<T> type, ID id, int depth)
load in interface Capability.LoadOneCopyright © 2016 Neo Technology, Inc.. All rights reserved.