| Package | Description |
|---|---|
| to.etc.domui.util.modelcopier |
| Modifier and Type | Method and Description |
|---|---|
EntityDef<T> |
EntityDef.createAlways() |
<T> EntityDef<T> |
ModelCopier.define(Class<T> eclass) |
<T> EntityDef<T> |
ModelCopier.findDefinition(Class<T> eclass) |
<T> EntityDef<T> |
ModelCopier.getDefinition(Class<T> eclass) |
EntityDef<T> |
InstanceKey.getEntity() |
EntityDef<T> |
EntityDef.key(String... k)
Define the search key set for this entity.
|
EntityDef<T> |
EntityDef.nocopy() |
EntityDef<T> |
EntityDef.nocreate() |
EntityDef<T> |
EntityDef.setCopy(boolean ok) |
EntityDef<T> |
EntityDef.update() |
| Constructor and Description |
|---|
InstanceKey(EntityDef<T> entity,
Object[] keyValues,
T sourceInstance) |
Copyright © 2017 etc.to. All rights reserved.