Uses of Class
de.hybris.platform.util.localization.jdbc.StatementWithParams
Packages that use StatementWithParams
Package
Description
-
Uses of StatementWithParams in de.hybris.platform.util.localization.jdbc
Fields in de.hybris.platform.util.localization.jdbc declared as StatementWithParamsMethods in de.hybris.platform.util.localization.jdbc that return StatementWithParamsModifier and TypeMethodDescriptionprotected abstract StatementWithParamsLocalizableRowsQuery.createQuery(DbInfo dbInfo) LocalizableRowsQuery.getQuery()Method parameters in de.hybris.platform.util.localization.jdbc with type arguments of type StatementWithParamsModifier and TypeMethodDescriptionvoidStatementsExecutor.execute(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 StatementWithParamsModifier and TypeMethodDescriptionvoidBatchedStatementsExecutor.execute(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 StatementWithParamsModifier and TypeMethodDescriptionprotected 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 StatementWithParamsModifier and TypeMethodDescriptionrx.functions.Func1<Iterable<LocalizableRowWithName>,rx.Observable<StatementWithParams>> LocalizationRowsToDmlStatements.withName()rx.functions.Func1<Iterable<LocalizableRowWithNameAndDescription>,rx.Observable<StatementWithParams>> LocalizationRowsToDmlStatements.withNameAndDescription()