Class LiveGraphFactory

java.lang.Object
org.javers.core.graph.LiveGraphFactory

public class LiveGraphFactory extends Object
  • Method Details

    • createLiveGraph

      public ObjectGraph createLiveGraph(Collection handle, Class clazz)
    • createLiveGraph

      public LiveGraph createLiveGraph(Object handle)
      delegates to ObjectGraphBuilder.buildGraph(Object)
    • createCdo

      public Cdo createCdo(Object cdo)
    • getMapWrapperType

      public static Class getMapWrapperType()
    • getSetWrapperType

      public static Class getSetWrapperType()
    • getListWrapperType

      public static Class getListWrapperType()
    • getArrayWrapperType

      public static Class getArrayWrapperType()