Uses of Record Class
de.calamanari.adl.sql.config.SingleTableConfig
Packages that use SingleTableConfig
-
Uses of SingleTableConfig in de.calamanari.adl.sql.config
Methods in de.calamanari.adl.sql.config that return SingleTableConfigMethods in de.calamanari.adl.sql.config that return types with arguments of type SingleTableConfigModifier and TypeMethodDescriptionMultiTableConfig.tableConfigs()Returns the value of thetableConfigsrecord component.Methods in de.calamanari.adl.sql.config with parameters of type SingleTableConfigModifier and TypeMethodDescriptionConfigBuilderInterfaces.MultiTableAddTable.withTable(SingleTableConfig table) Adds another readily configured tableMultiTableConfig.withTable(SingleTableConfig table) Entry point to start with the given table and fluently set up tables in the the physical data model and along with it the logical data model (mapped argNames)MultiTableConfig.withTable(SingleTableConfig table, de.calamanari.adl.cnv.tps.ArgMetaInfoLookup argMetaInfoLookup) Entry point to start with the given table and fluently set up tables mapped to existing argNamesConstructor parameters in de.calamanari.adl.sql.config with type arguments of type SingleTableConfigModifierConstructorDescriptionMultiTableConfig(List<SingleTableConfig> tableConfigs) Creates an instance of aMultiTableConfigrecord class.