Uses of Class
de.hybris.platform.util.localization.jdbc.StatementWithParams
-
-
Uses of StatementWithParams in de.hybris.platform.util.localization.jdbc
Fields in de.hybris.platform.util.localization.jdbc declared as StatementWithParams Modifier and Type Field Description static StatementWithParamsStatementWithParams. NONEMethods in de.hybris.platform.util.localization.jdbc that return StatementWithParams Modifier and Type Method Description protected abstract StatementWithParamsLocalizableRowsQuery. createQuery(DbInfo dbInfo)StatementWithParamsLocalizableRowsQuery. getQuery()Method parameters in de.hybris.platform.util.localization.jdbc with type arguments of type StatementWithParams Modifier and Type Method Description voidStatementsExecutor. execute(java.lang.Iterable<StatementWithParams> statements) -
Uses of StatementWithParams in de.hybris.platform.util.localization.jdbc.executor
Method parameters in de.hybris.platform.util.localization.jdbc.executor with type arguments of type StatementWithParams Modifier and Type Method Description voidBatchedStatementsExecutor. execute(java.lang.Iterable<StatementWithParams> statements) -
Uses of StatementWithParams in de.hybris.platform.util.localization.jdbc.rows.queries
Methods in de.hybris.platform.util.localization.jdbc.rows.queries that return StatementWithParams Modifier and Type Method Description protected StatementWithParamsLocalizableAttributeRowsQuery. createQuery(DbInfo dbInfo)protected StatementWithParamsLocalizableEnumerationValueRowsQuery. createQuery(DbInfo dbInfo)protected StatementWithParamsLocalizableTypeRowsQuery. createQuery(DbInfo dbInfo) -
Uses of StatementWithParams in de.hybris.platform.util.localization.jdbc.rx.functions
Methods in de.hybris.platform.util.localization.jdbc.rx.functions that return types with arguments of type StatementWithParams Modifier and Type Method Description rx.functions.Func1<java.lang.Iterable<LocalizableRowWithName>,rx.Observable<StatementWithParams>>LocalizationRowsToDmlStatements. withName()rx.functions.Func1<java.lang.Iterable<LocalizableRowWithNameAndDescription>,rx.Observable<StatementWithParams>>LocalizationRowsToDmlStatements. withNameAndDescription()
-