Uses of Interface
org.hibernate.sql.results.spi.RowReader
-
Packages that use RowReader Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of RowReader in org.hibernate.internal
Methods in org.hibernate.internal that return RowReader Modifier and Type Method Description protected RowReader<R>AbstractScrollableResults. getRowReader() -
Uses of RowReader in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return RowReader Modifier and Type Method Description RowReader<?>NestedRowProcessingState. getRowReader() -
Uses of RowReader in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement RowReader Modifier and Type Class Description classStandardRowReader<T>Methods in org.hibernate.sql.results.internal that return RowReader Modifier and Type Method Description static <R> RowReader<R>ResultsHelper. createRowReader(SessionFactoryImplementor sessionFactory, RowTransformer<R> rowTransformer, Class<R> transformedResultJavaType, JdbcValues jdbcValues)static <R> RowReader<R>ResultsHelper. createRowReader(SessionFactoryImplementor sessionFactory, RowTransformer<R> rowTransformer, Class<R> transformedResultJavaType, JdbcValuesMapping jdbcValuesMapping)RowReader<?>RowProcessingStateStandardImpl. getRowReader()Constructors in org.hibernate.sql.results.internal with parameters of type RowReader Constructor Description RowProcessingStateStandardImpl(JdbcValuesSourceProcessingStateStandardImpl resultSetProcessingState, ExecutionContext executionContext, RowReader<?> rowReader, JdbcValues jdbcValues) -
Uses of RowReader in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return RowReader Modifier and Type Method Description RowReader<?>RowProcessingState. getRowReader()todo (6.0) : do we want this here? Depends how we handle caching assembler / result memento -
Uses of RowReader in org.hibernate.sql.results.spi
-