public class CustomMapperEto extends ma.glasnost.orika.CustomMapper<GenericEntity,AbstractEto>
CustomMapper to map from a persitent entity (com.devonfw.module.jpa.dataaccess.api.PersistenceEntity)
to its corresponding ETO to solve modification
counter issue.| Modifier and Type | Class and Description |
|---|---|
private static class |
CustomMapperEto.EntityAccess |
| Modifier and Type | Field and Description |
|---|---|
private static CustomMapperEto.EntityAccess |
ENTITY_ACCESS |
| Constructor and Description |
|---|
CustomMapperEto()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mapAtoB(GenericEntity source,
AbstractEto target,
ma.glasnost.orika.MappingContext context) |
private static final CustomMapperEto.EntityAccess ENTITY_ACCESS
public void mapAtoB(GenericEntity source, AbstractEto target, ma.glasnost.orika.MappingContext context)
mapAtoB in interface ma.glasnost.orika.Mapper<GenericEntity,AbstractEto>mapAtoB in class ma.glasnost.orika.CustomMapper<GenericEntity,AbstractEto>Copyright © 2014–2019 devon4j-Team. All rights reserved.