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