Uses of Interface
org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
-
Packages that use JdbcValuesSourceProcessingOptions Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.internal
Methods in org.hibernate.internal that return JdbcValuesSourceProcessingOptions Modifier and Type Method Description protected JdbcValuesSourceProcessingOptionsAbstractScrollableResults. getProcessingOptions() -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return JdbcValuesSourceProcessingOptions Modifier and Type Method Description JdbcValuesSourceProcessingOptionsJdbcValuesSourceProcessingStateStandardImpl. getProcessingOptions()Constructors in org.hibernate.sql.results.jdbc.internal with parameters of type JdbcValuesSourceProcessingOptions Constructor Description JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext executionContext, JdbcValuesSourceProcessingOptions processingOptions) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return JdbcValuesSourceProcessingOptions Modifier and Type Method Description JdbcValuesSourceProcessingOptionsJdbcValuesSourceProcessingState. getProcessingOptions() -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.spi
-