Uses of Class
org.cxbox.sqlbc.export.base.Parameters
Packages that use Parameters
-
Uses of Parameters in org.cxbox.sqlbc.export.base
Methods in org.cxbox.sqlbc.export.base that return ParametersModifier and TypeMethodDescriptionParameters.add(BigDecimal id) static Parametersstatic Parametersstatic Parametersstatic ParametersMethods in org.cxbox.sqlbc.export.base with parameters of type ParametersModifier and TypeMethodDescriptionJdbcTemplateSqlExporter.queryForMap(String tableName, Parameters parameters, String... ignoredColumns) -
Uses of Parameters in org.cxbox.sqlbc.export.sql
Methods in org.cxbox.sqlbc.export.sql with parameters of type ParametersModifier and TypeMethodDescriptionSqlExportQueryBuilder.inserts(ValueTransformer valueTransformer, String tableName, Parameters parameters, String... ignoredColumns) SqlExportQueryBuilder.updateForeignKeys(ValueTransformer valueTransformer, String tableName, Parameters parameters, String... columns)