Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
-
Packages that use JdbcValuesSourceProcessingState Package Description org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
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 JdbcValuesSourceProcessingStateRowProcessingState. 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 voidLoadContexts. deregister(JdbcValuesSourceProcessingState state)voidRowReader. finishUp(JdbcValuesSourceProcessingState context)Called at the end of processing all rowsvoidLoadContexts. register(JdbcValuesSourceProcessingState state)
-