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 JdbcValuesSourceProcessingOptions
AbstractScrollableResults. 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 J
DomainResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
The main "assembly" contract.J
UnfetchedBasicPartResultAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
J
UnfetchedResultAssembler. 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 J
BasicResultAssembler. 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 Object
AbstractCollectionAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
Object
UnfetchedCollectionAssembler. 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 Object
EmbeddableAssembler. 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 Object
EntityAssembler. 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 A
ArgumentReader. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
R
DynamicInstantiationAssemblerConstructorImpl. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
T
DynamicInstantiationAssemblerInjectionImpl. 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 J
TupleResultAssembler. 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 J
NullValueAssembler. assemble(RowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
T
StandardRowReader. 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 JdbcValuesSourceProcessingOptions
JdbcValuesSourceProcessingStateStandardImpl. 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 JdbcValuesSourceProcessingOptions
JdbcValuesSourceProcessingState. getProcessingOptions()
-
Uses of JdbcValuesSourceProcessingOptions in org.hibernate.sql.results.spi
-