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_. dictTypestatic DtoField<AudDictionaryDto,LocalDateTime>AudDictionaryDto_. eventDatestatic DtoField<AudDictionaryDto,String>AudDictionaryDto_. eventTypestatic 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 voidAudDictionaryFieldMetaBuilder. buildIndependentMeta(FieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long parentId)voidAudDictionaryFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<AudDictionaryDto> fields, InnerBcDescription bc, Long id, Long parentId)
-