Package | Description |
---|---|
net.datenwerke.rs.base.client.reportengines.table.dto | |
net.datenwerke.rs.base.service.reportengines.table.entities.dtogen |
Modifier and Type | Method and Description |
---|---|
NullHandlingDto |
ColumnDto.getNullHandling() |
static NullHandlingDto |
NullHandlingDto.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NullHandlingDto[] |
NullHandlingDto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor<ColumnDto,NullHandlingDto> |
ColumnDto.getNullHandlingPropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnDto.setNullHandling(NullHandlingDto nullHandling) |
Modifier and Type | Method and Description |
---|---|
NullHandlingDto |
NullHandling2DtoGenerator.createDto(NullHandling poso,
DtoView here,
DtoView referenced) |
NullHandlingDto |
NullHandling2DtoGenerator.instantiateDto(NullHandling poso) |
Modifier and Type | Method and Description |
---|---|
NullHandling |
Dto2NullHandlingGenerator.createPoso(NullHandlingDto dto) |
NullHandling |
Dto2NullHandlingGenerator.createUnmanagedPoso(NullHandlingDto dto) |
NullHandling |
Dto2NullHandlingGenerator.loadAndMergePoso(NullHandlingDto dto) |
NullHandling |
Dto2NullHandlingGenerator.loadPoso(NullHandlingDto dto) |
void |
Dto2NullHandlingGenerator.mergePoso(NullHandlingDto dto,
NullHandling poso) |
void |
Dto2NullHandlingGenerator.mergeUnmanagedPoso(NullHandlingDto dto,
NullHandling poso) |
void |
Dto2NullHandlingGenerator.postProcessCreate(NullHandlingDto dto,
NullHandling poso) |
void |
Dto2NullHandlingGenerator.postProcessCreateUnmanaged(NullHandlingDto dto,
NullHandling poso) |
void |
Dto2NullHandlingGenerator.postProcessLoad(NullHandlingDto dto,
NullHandling poso) |
void |
Dto2NullHandlingGenerator.postProcessMerge(NullHandlingDto dto,
NullHandling poso) |