| Interface | Description |
|---|---|
| IJpaNotificationRESTService |
Service for the REST-ful API for JPA Notifications.
|
| IMappedClassPostProcessor<DEST,SRC> |
Handle custom dozer post processing.
|
| INotificationDTOMapper |
Conversion util.
|
| Class | Description |
|---|---|
| AddresseePostProcessor |
Post processor for Handling dozer mappings from AddresseeDTO -> JpaAddressee.
|
| JpaEntry |
Corresponds to a
NotificationEntry in the JPA flavor of notifications. |
| JpaEntryPostProcessor |
Mapping to fix the attribute/entry relationship after the attributes have been converted.
|
| JpaNotificationRESTService |
Allows you to interact with the same data as
JpaNotificationService but provides write
operations. |
| JpaNotificationService |
Implementation of
INotificationService backed by a Spring-/JPA-managed
relational database schema. |
| LazyInitializationMapper |
Dozer mapping interceptor that skips detects if the field being
mapped is a Hibernate proxy and, if so, will skip mapping it.
|
| MappingConfiguration | |
| NotificationDTOMapper | |
| NotificationDTOMapperEventListener |
Provide hooks for additional post-processing that can be handled during dozer
mapping.
|