| Package | Description |
|---|---|
| to.etc.domui.component.meta |
| Modifier and Type | Method and Description |
|---|---|
MetaDuplicator<T> |
MetaDuplicator.copy(String... properties) |
MetaDuplicator<T> |
MetaDuplicator.deep(String... properties)
Specify which relation properties need a "deep" copy, where the relation itself is
also copied.
|
MetaDuplicator<T> |
MetaDuplicator.ignore(String... properties) |
MetaDuplicator<T> |
MetaDuplicator.only(String... properties)
Specify a set of properties that should be the only ones copied.
|
MetaDuplicator<T> |
MetaDuplicator.shallow(String... properties) |
Copyright © 2017 etc.to. All rights reserved.