Uses of Class
de.hybris.platform.persistence.property.JDBCValueMappings.RowFetchResult
Packages that use JDBCValueMappings.RowFetchResult
Package
Description
-
Uses of JDBCValueMappings.RowFetchResult in de.hybris.platform.jalo.flexiblesearch.internal
Methods in de.hybris.platform.jalo.flexiblesearch.internal that return JDBCValueMappings.RowFetchResult -
Uses of JDBCValueMappings.RowFetchResult in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return JDBCValueMappings.RowFetchResultModifier and TypeMethodDescriptionJDBCValueMappings.getQueryResults(ResultSet rs, List resultClasses, int start, int count) Methods in de.hybris.platform.persistence.property with parameters of type JDBCValueMappings.RowFetchResultModifier and TypeMethodDescriptionfinal intJDBCValueMappings.getTotalCount(ResultSet rs, JDBCValueMappings.RowFetchResult rfr, int start, int count, Connection con, TranslatedQuery.ExecutableQuery executableQuery, boolean rsWasLimited) use this to get total row count after callingJDBCValueMappings.getQueryResults(ResultSet, List, int, int).final intJDBCValueMappings.getTotalCount(ResultSet rs, JDBCValueMappings.RowFetchResult rfr, int start, int count, Connection con, TranslatedQuery.ExecutableQuery executableQuery, boolean rsWasLimited, List<Hint> hints) use this to get total row count after calling#getQueryResults(ResultSet, List, int, int, List<Hint>).