| Modifier and Type | Interface and Description |
|---|---|
interface |
IBitemporalObjectConverter<ID extends Serializable,DTO extends IBitemporalObject<DTO>,E extends IBitemporalObject<E> & org.springframework.data.domain.Persistable<ID>>
Utility interface for converting between
bi-temporal DTO objects (used the the REST API) and JPA Entity objects (used in the persistence layer). |
| Modifier and Type | Class and Description |
|---|---|
class |
ABitemporalObjectConverter<ID extends Serializable,DTO extends IBitemporalObject<DTO>,E extends IBitemporalObject<E> & org.springframework.data.domain.Persistable<ID>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISignOffProcessDefinitionConverter
Utility interface for converting between
sign-off process definition DTO objects DTO objects (used the the REST API) and JPA entity objects (used in the persistence layer). |
| Modifier and Type | Class and Description |
|---|---|
class |
SignOffProcessDefinitionConverter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISignOffProcessInstanceConverter
Utility interface for converting between
sign-off process instance DTO objects DTO objects (used the the REST API) and JPA entity objects (used in the persistence layer). |
| Modifier and Type | Class and Description |
|---|---|
class |
SignOffProcessInstanceConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
AVersionedObjectConverter<ID extends Serializable,DTO extends IVersionedObject<DTO>,E extends IVersionedObject<E> & org.springframework.data.domain.Persistable<ID>> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IVersionedObjectConverter<ID,DTO,E> |
AVersionedObjectJpaService.converter() |
Copyright © 2020. All rights reserved.