Uses of Interface
de.calamanari.adl.sql.config.ConfigBuilderInterfaces.MultiTableDataColumnStep2
Packages that use ConfigBuilderInterfaces.MultiTableDataColumnStep2
-
Uses of ConfigBuilderInterfaces.MultiTableDataColumnStep2 in de.calamanari.adl.sql.config
Methods in de.calamanari.adl.sql.config that return ConfigBuilderInterfaces.MultiTableDataColumnStep2Modifier and TypeMethodDescriptionConfigBuilderInterfaces.MultiTableDataColumnStep1a.autoMapped(DefaultAutoMappingPolicy.LocalArgNameExtractor extractor, de.calamanari.adl.cnv.tps.AdlType argType) Maps the column to every attribute (argName) the given extractor can extract a local argName from (not null).ConfigBuilderInterfaces.MultiTableDataColumnStep1a.autoMapped(Function<DataColumn, AutoMappingPolicy> policyCreator) Maps the column to every attribute (argName) the given policy covers.ConfigBuilderInterfaces.MultiTableDataColumnStep1a.mappedToArgName(String argName) Maps the column to an attribute (argName) of the logical data model which has been configured in advance.
You can map the same column to multiple attributes but not vice-versa.ConfigBuilderInterfaces.MultiTableDataColumnStep1a.mappedToArgName(String argName, de.calamanari.adl.cnv.tps.AdlType argType) Maps the column to an attribute (argName) of the logical data model.
You can map the same column to multiple attributes but not vice-versa.