Package org.javers.core.graph
Interface CdoFactory
-
- All Known Implementing Classes:
LiveCdoFactory
public interface CdoFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cdocreate(java.lang.Object target, OwnerContext owner)java.lang.StringtypeDesc()
-
-
-
Method Detail
-
create
Cdo create(java.lang.Object target, OwnerContext owner)
-
typeDesc
java.lang.String typeDesc()
-
-