Uses of Enum Class
de.calamanari.adl.sql.config.TableNature
Packages that use TableNature
-
Uses of TableNature in de.calamanari.adl.sql.config
Methods in de.calamanari.adl.sql.config that return TableNatureModifier and TypeMethodDescriptionprotected TableNatureAbstractTableBuilder.determineTableNature()SingleTableConfig.tableNature()Returns the value of thetableNaturerecord component.TableMetaInfo.tableNature()static TableNatureReturns the enum constant of this class with the specified name.static TableNature[]TableNature.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.calamanari.adl.sql.config with parameters of type TableNatureModifierConstructorDescriptionSingleTableConfig(String tableName, String idColumnName, TableNature tableNature, List<FilterColumn> tableFilters, Map<String, ArgColumnAssignment> argColumnMap, AutoMappingPolicy autoMappingPolicy) Creates an instance of aSingleTableConfigrecord class.