E - the element typeDO - the generic typepublic abstract class AbstractEntityDOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,DO extends DomainObject<?>> extends Object implements EntityDOMapper<E,DO>
AbstractEntityDOMapper provides an base implementation for mapping
entities to domain objects and back.| Constructor and Description |
|---|
AbstractEntityDOMapper()
Instantiates a new
AbstractEntityDOMapper. |
AbstractEntityDOMapper(List<String> mappingFiles)
Instantiates a new
AbstractEntityDOMapper. |
| Modifier and Type | Method and Description |
|---|---|
org.dozer.Mapper |
newMapper(List<String> mappingFiles)
Factory method for creating the new
Mapper for the mapping process with the given
mapping files list. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDomainObjectClass, getEntityClass, getMapper, map, map, toDomainObject, toDomainObjects, toEntities, toEntitypublic AbstractEntityDOMapper()
AbstractEntityDOMapper.public AbstractEntityDOMapper(List<String> mappingFiles)
AbstractEntityDOMapper.mappingFiles - the mapping filespublic org.dozer.Mapper newMapper(List<String> mappingFiles)
Mapper for the mapping process with the given
mapping files list. This method is invoked in the constructor and can be overridden so users
can provide their own mapping process.mappingFiles - the mapping filesMapper for the mapping process.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.