Class LocalizableRowsQuery<T extends LocalizableRow>
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowsQuery<T>
-
- Direct Known Subclasses:
LocalizableAttributeRowsQuery
,LocalizableEnumerationValueRowsQuery
,LocalizableTypeRowsQuery
public abstract class LocalizableRowsQuery<T extends LocalizableRow> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
lpTableName
-
Constructor Summary
Constructors Constructor Description LocalizableRowsQuery(DbInfo dbInfo)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StatementWithParams
createQuery(DbInfo dbInfo)
protected abstract java.lang.String
getLpTableName(DbInfo dbInfo)
StatementWithParams
getQuery()
abstract T
mapResultSetToRow(java.sql.ResultSet rs)
-
-
-
Constructor Detail
-
LocalizableRowsQuery
public LocalizableRowsQuery(DbInfo dbInfo)
-
-
Method Detail
-
getQuery
public StatementWithParams getQuery()
-
mapResultSetToRow
public abstract T mapResultSetToRow(java.sql.ResultSet rs) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
createQuery
protected abstract StatementWithParams createQuery(DbInfo dbInfo)
-
getLpTableName
protected abstract java.lang.String getLpTableName(DbInfo dbInfo)
-
-