- All Implemented Interfaces:
- IMappedClassPostProcessor<JpaEntry,org.jasig.portlet.notice.rest.EntryDTO>
public class JpaEntryPostProcessor
extends java.lang.Object
implements IMappedClassPostProcessor<JpaEntry,org.jasig.portlet.notice.rest.EntryDTO>
Mapping to fix the attribute/entry relationship after the attributes have been converted.
Since the DTO objects don't have the link back to the entry, this doesn't get set. Could
make dozer do the addAttribute() call instead of setting the list directly, but that
requires that the class no longer be package private.
- Since:
- 3.0