Class LocalizableAttributeRowsQuery
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowsQuery<LocalizableAttributeRow>
-
- de.hybris.platform.util.localization.jdbc.rows.queries.LocalizableAttributeRowsQuery
-
public class LocalizableAttributeRowsQuery extends LocalizableRowsQuery<LocalizableAttributeRow>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRowsQuery
lpTableName
-
-
Constructor Summary
Constructors Constructor Description LocalizableAttributeRowsQuery(DbInfo dbInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StatementWithParamscreateQuery(DbInfo dbInfo)protected java.lang.StringgetLpTableName(DbInfo dbInfo)LocalizableAttributeRowmapResultSetToRow(java.sql.ResultSet rs)-
Methods inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRowsQuery
getQuery
-
-
-
-
Constructor Detail
-
LocalizableAttributeRowsQuery
public LocalizableAttributeRowsQuery(DbInfo dbInfo)
-
-
Method Detail
-
mapResultSetToRow
public LocalizableAttributeRow mapResultSetToRow(java.sql.ResultSet rs) throws java.sql.SQLException
- Specified by:
mapResultSetToRowin classLocalizableRowsQuery<LocalizableAttributeRow>- Throws:
java.sql.SQLException
-
createQuery
protected StatementWithParams createQuery(DbInfo dbInfo)
- Specified by:
createQueryin classLocalizableRowsQuery<LocalizableAttributeRow>
-
getLpTableName
protected java.lang.String getLpTableName(DbInfo dbInfo)
- Specified by:
getLpTableNamein classLocalizableRowsQuery<LocalizableAttributeRow>
-
-