public interface DMapper extends Mapper
| Modifier and Type | Method and Description |
|---|---|
Class |
getDigestClass()
Returns the class of digests of business objects handled by this mapper.
|
Class |
getInstanceClass()
Returns the class of business objects handled by this mapper.
|
void |
map(DViewEntry viewEntry,
Object object)
Maps a Domingo ViewEntry to a business object.
|
Object |
newDigest()
Creates a new digest instance of the business object.
|
Object |
newInstance()
Creates a new instance of the business object.
|
Class getInstanceClass()
Class getDigestClass()
Object newInstance()
Object newDigest()
void map(DViewEntry viewEntry, Object object) throws MappingException
viewEntry - the domingo ViewEntryobject - the business objectMappingException - if an error occurred during mappingCopyright © 2005–2020. All rights reserved.