Uses of Class
de.hybris.platform.persistence.property.JDBCValueMappings.RowFetchResult
-
Packages that use JDBCValueMappings.RowFetchResult Package Description de.hybris.platform.jalo.flexiblesearch.internal de.hybris.platform.persistence.property -
-
Uses of JDBCValueMappings.RowFetchResult in de.hybris.platform.jalo.flexiblesearch.internal
Methods in de.hybris.platform.jalo.flexiblesearch.internal that return JDBCValueMappings.RowFetchResult Modifier and Type Method Description JDBCValueMappings.RowFetchResultCacheableResultHolder. getRowFetchResult() -
Uses of JDBCValueMappings.RowFetchResult in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return JDBCValueMappings.RowFetchResult Modifier and Type Method Description JDBCValueMappings.RowFetchResultJDBCValueMappings. getQueryResults(java.sql.ResultSet rs, java.util.List resultClasses, int start, int count)Methods in de.hybris.platform.persistence.property with parameters of type JDBCValueMappings.RowFetchResult Modifier and Type Method Description intJDBCValueMappings. getTotalCount(java.sql.ResultSet rs, JDBCValueMappings.RowFetchResult rfr, int start, int count, java.sql.Connection con, TranslatedQuery.ExecutableQuery executableQuery, boolean rsWasLimited)use this to get total row count after callingJDBCValueMappings.getQueryResults(ResultSet, List, int, int).
-