Uses of Class
guru.mikelue.foxglove.jdbc.JdbcTableFacet
Packages that use JdbcTableFacet
-
Uses of JdbcTableFacet in guru.mikelue.foxglove.jdbc
Methods in guru.mikelue.foxglove.jdbc that return JdbcTableFacetMethods in guru.mikelue.foxglove.jdbc that return types with arguments of type JdbcTableFacetModifier and TypeMethodDescriptionJdbcDataGenerator.withSetting(DataSettingInfo setting) This object has lower priority than table facet's own setting, yet has higher priority thanDataSetting.defaults().Methods in guru.mikelue.foxglove.jdbc with parameters of type JdbcTableFacetModifier and TypeMethodDescriptionColumnSettingSteps.ColumnSimpleStep.from(JdbcTableFacet referencedTable, String referencedColumn) Configures the column to get values from another table's column.ColumnSettingSteps.ReferenceSettingStep.parent(JdbcTableFacet parentTable, String referencedColumn) Assigns the key column explicitly.ColumnSettingSteps.CartesianProductSettingStep.referencing(JdbcTableFacet referencedTable, String referencedColumn) References values from column of another table's for Cartesian product.Method parameters in guru.mikelue.foxglove.jdbc with type arguments of type JdbcTableFacetModifier and TypeMethodDescriptionintJdbcDataGenerator.generate(List<JdbcTableFacet> tableFacets)