|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.db.QCopy
public class QCopy
EXPERIMENTAL INTERFACE Pluggable interface to copy a source model to a target model.
Constructor Summary | |
---|---|
QCopy()
|
Method Summary | ||
---|---|---|
static
|
copyDeep(QDataContext targetdc,
QDataContext sourcedc,
T source)
|
|
static
|
copyInstanceShallow(QDataContext dc,
T source)
|
|
static void |
setImplementation(IModelCopier m)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QCopy()
Method Detail |
---|
public static void setImplementation(IModelCopier m)
public static <T> T copyInstanceShallow(QDataContext dc, T source) throws java.lang.Exception
java.lang.Exception
public static <T> T copyDeep(QDataContext targetdc, QDataContext sourcedc, T source) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |