Uses of Interface
de.hybris.platform.util.localization.jdbc.DbInfo
Packages that use DbInfo
Package
Description
-
Uses of DbInfo in de.hybris.platform.util.localization.jdbc
Methods in de.hybris.platform.util.localization.jdbc with parameters of type DbInfoModifier and TypeMethodDescriptionprotected abstract StatementWithParamsLocalizableRowsQuery.createQuery(DbInfo dbInfo) protected abstract StringLocalizableRowsQuery.getLpTableName(DbInfo dbInfo) Constructors in de.hybris.platform.util.localization.jdbc with parameters of type DbInfoModifierConstructorDescriptionJdbcBasedTypeSystemLocalization(ExecutorService executorService, DataSource dataSource, DbInfo dbInfo, LocalizationInfo localizationInfo, StatementsExecutor statementsExecutor) LocalizableRowsQuery(DbInfo dbInfo) -
Uses of DbInfo in de.hybris.platform.util.localization.jdbc.info
Classes in de.hybris.platform.util.localization.jdbc.info that implement DbInfo -
Uses of DbInfo in de.hybris.platform.util.localization.jdbc.rows.queries
Methods in de.hybris.platform.util.localization.jdbc.rows.queries with parameters of type DbInfoModifier and TypeMethodDescriptionprotected StatementWithParamsLocalizableAttributeRowsQuery.createQuery(DbInfo dbInfo) protected StatementWithParamsLocalizableEnumerationValueRowsQuery.createQuery(DbInfo dbInfo) protected StatementWithParamsLocalizableTypeRowsQuery.createQuery(DbInfo dbInfo) protected StringLocalizableAttributeRowsQuery.getLpTableName(DbInfo dbInfo) protected StringLocalizableEnumerationValueRowsQuery.getLpTableName(DbInfo dbInfo) protected StringLocalizableTypeRowsQuery.getLpTableName(DbInfo dbInfo) Constructors in de.hybris.platform.util.localization.jdbc.rows.queries with parameters of type DbInfoModifierConstructorDescriptionLocalizableAtomicTypeRowsQuery(DbInfo dbInfo) LocalizableAttributeRowsQuery(DbInfo dbInfo) LocalizableMapTypeRowsQuery(DbInfo dbInfo) LocalizableTypeRowsQuery(DbInfo dbInfo)