public interface IModelCopier
| Modifier and Type | Method and Description |
|---|---|
<T> T |
copyInstanceDeep(QDataContext targetdc,
QDataContext sourcedc,
T source) |
<T> T |
copyInstanceShallow(QDataContext dc,
T source) |
<T> boolean |
isUnloadedChildList(T source,
PropertyMetaModel<?> pmm) |
<T> boolean |
isUnloadedParent(T source,
PropertyMetaModel<?> pmm) |
<T> boolean isUnloadedParent(T source,
PropertyMetaModel<?> pmm)
throws Exception
Exception<T> boolean isUnloadedChildList(T source,
PropertyMetaModel<?> pmm)
throws Exception
Exception<T> T copyInstanceShallow(QDataContext dc, T source) throws Exception
Exception<T> T copyInstanceDeep(QDataContext targetdc, QDataContext sourcedc, T source) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.