| |
|
| com.completex.objective.components.persistency.Mappable
All known Subclasses: com.completex.objective.components.persistency.core.impl.query.BaseQueryImpl, com.completex.objective.components.persistency.Link, com.completex.objective.components.persistency.meta.MetaObjectReference, com.completex.objective.components.persistency.meta.MetaRef, com.completex.objective.components.persistency.core.impl.query.UnionImpl, com.completex.objective.components.persistency.meta.MetaComplexChild, com.completex.objective.components.persistency.meta.MetaDelegateTransformer, com.completex.objective.components.persistency.core.impl.query.CompoundColumnFilterImpl, com.completex.objective.components.persistency.meta.MetaCompound, com.completex.objective.components.persistency.core.impl.JoinImpl, com.completex.objective.components.persistency.meta.MetaCompoundChild, com.completex.objective.components.persistency.MetaNaturalKey, com.completex.objective.components.persistency.core.impl.query.QueryDefinitionImpl, com.completex.objective.components.persistency.Parameter, com.completex.objective.components.persistency.meta.MetaComplex,
Mappable | public interface Mappable (Code) | | Defines methods that are used to save meta object to and recreate from maps
author: Gennady Krizhevsky |
fromMap | void fromMap(Map map)(Code) | | Restores object state from map
Parameters: map - map representation of this object |
toMap | Map toMap()(Code) | | Returns map representation of this object
map representation of this object |
|
|
|