public class LiveGraphFactory
extends java.lang.Object
| Constructor and Description |
|---|
LiveGraphFactory(TypeMapper typeMapper,
LiveCdoFactory liveCdoFactory) |
| Modifier and Type | Method and Description |
|---|---|
LiveGraph |
createLiveGraph(java.lang.Object handle)
delegates to
ObjectGraphBuilder.buildGraph(Object) |
static java.lang.Class |
getListWrapperType() |
static java.lang.Class |
getMapWrapperType() |
static java.lang.Class |
getSetWrapperType() |
public LiveGraphFactory(TypeMapper typeMapper, LiveCdoFactory liveCdoFactory)
public LiveGraph createLiveGraph(java.lang.Object handle)
ObjectGraphBuilder.buildGraph(Object)public static java.lang.Class getMapWrapperType()
public static java.lang.Class getSetWrapperType()
public static java.lang.Class getListWrapperType()