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.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.instantiation.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal 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.graph
Methods in org.hibernate.sql.results.graph with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description @Nullable JDomainResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)The main "assembly" contract.JUnfetchedBasicPartResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)JUnfetchedResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description JBasicResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description ObjectCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)ObjectUnfetchedCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description ObjectEmbeddableAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description ObjectEntityAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description AArgumentReader. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)RDynamicInstantiationAssemblerConstructorImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)TDynamicInstantiationAssemblerInjectionImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)List<?>DynamicInstantiationAssemblerListImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)Map<?,?>DynamicInstantiationAssemblerMapImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description JTupleResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type JdbcValuesSourceProcessingOptions Modifier and Type Method Description JNullValueAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)TStandardRowReader. readRow(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
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
-