Uses of Class
io.tesler.source.dto.AudDictionaryDto
-
Packages that use AudDictionaryDto Package Description io.tesler.source.dto io.tesler.source.services.meta -
-
Uses of AudDictionaryDto in io.tesler.source.dto
Fields in io.tesler.source.dto with type parameters of type AudDictionaryDto Modifier and Type Field Description static DtoField<AudDictionaryDto,String>
AudDictionaryDto_. dictType
static DtoField<AudDictionaryDto,LocalDateTime>
AudDictionaryDto_. eventDate
static DtoField<AudDictionaryDto,String>
AudDictionaryDto_. eventType
static DtoField<AudDictionaryDto,String>
AudDictionaryDto_. key
-
Uses of AudDictionaryDto in io.tesler.source.services.meta
Method parameters in io.tesler.source.services.meta with type arguments of type AudDictionaryDto Modifier and Type Method Description void
AudDictionaryFieldMetaBuilder. buildIndependentMeta(FieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long parentId)
void
AudDictionaryFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long id, Long parentId)
-