Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
-
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
NestedRowProcessingState. getJdbcValuesSourceProcessingState()
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
RowProcessingStateStandardImpl. getJdbcValuesSourceProcessingState()
Methods in org.hibernate.sql.results.internal with parameters of type JdbcValuesSourceProcessingState Modifier and Type Method Description void
StandardRowReader. finishUp(JdbcValuesSourceProcessingState processingState)
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.jdbc.internal
Classes in org.hibernate.sql.results.jdbc.internal that implement JdbcValuesSourceProcessingState Modifier and Type Class Description class
JdbcValuesSourceProcessingStateStandardImpl
-
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesSourceProcessingState Modifier and Type Method Description JdbcValuesSourceProcessingState
RowProcessingState. getJdbcValuesSourceProcessingState()
Access to the state related to the overall processing of the results. -
Uses of JdbcValuesSourceProcessingState in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type JdbcValuesSourceProcessingState Modifier and Type Method Description void
LoadContexts. deregister(JdbcValuesSourceProcessingState state)
void
RowReader. finishUp(JdbcValuesSourceProcessingState context)
Called at the end of processing all rowsvoid
LoadContexts. register(JdbcValuesSourceProcessingState state)
-