| Modifier and Type | Method and Description |
|---|---|
E |
map(Tuple tuple)
Usually the first tuple entry is the entity and any additonal tuple entries
are computed attributes.
|
static <E> IdentityMapper<E> |
newInstance() |
E |
unmap(E dto)
Maps the dto back to the entity.
|
public static final <E> IdentityMapper<E> newInstance()
public E map(Tuple tuple)
JpaMapperpublic E unmap(E dto)
JpaMapper