Uses of Interface
org.hibernate.query.spi.QueryParameterBinding
Packages that use QueryParameterBinding
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
-
Uses of QueryParameterBinding in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement QueryParameterBindingMethod parameters in org.hibernate.procedure.internal with type arguments of type QueryParameterBindingModifier and TypeMethodDescriptionvoid
ProcedureParamBindings.visitBindings
(BiConsumer<? super QueryParameter<?>, ? super QueryParameterBinding<?>> action) -
Uses of QueryParameterBinding in org.hibernate.procedure.spi
Subinterfaces of QueryParameterBinding in org.hibernate.procedure.spiModifier and TypeInterfaceDescriptioninterface
Describes an input value binding for any IN/INOUT parameters. -
Uses of QueryParameterBinding in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryParameterBindingMethods in org.hibernate.query.internal that return QueryParameterBindingModifier and TypeMethodDescription<P> QueryParameterBinding<P>
QueryParameterBindingsImpl.getBinding
(int position) <P> QueryParameterBinding<P>
QueryParameterBindingsImpl.getBinding
(String name) <P> QueryParameterBinding<P>
QueryParameterBindingsImpl.getBinding
(QueryParameterImplementor<P> parameter) Method parameters in org.hibernate.query.internal with type arguments of type QueryParameterBindingModifier and TypeMethodDescriptionvoid
QueryParameterBindingsImpl.visitBindings
(BiConsumer<? super QueryParameter<?>, ? super QueryParameterBinding<?>> action) -
Uses of QueryParameterBinding in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryParameterBindingModifier and TypeMethodDescription<P> QueryParameterBinding<P>
QueryParameterBindings.getBinding
(int position) Access to the binding via position<P> QueryParameterBinding<P>
QueryParameterBindings.getBinding
(String name) Access to the binding via namedefault <P> QueryParameterBinding<P>
QueryParameterBindings.getBinding
(QueryParameter<P> parameter) Access to the binding via QueryParameter reference<P> QueryParameterBinding<P>
QueryParameterBindings.getBinding
(QueryParameterImplementor<P> parameter) Access to the binding via QueryParameter referenceprotected <P> QueryParameterBinding<P>
AbstractCommonQueryContract.locateBinding
(int position) protected <P> QueryParameterBinding<P>
AbstractCommonQueryContract.locateBinding
(Parameter<P> parameter) protected <P> QueryParameterBinding<P>
AbstractCommonQueryContract.locateBinding
(String name) protected <P> QueryParameterBinding<P>
AbstractCommonQueryContract.locateBinding
(QueryParameterImplementor<P> parameter) Method parameters in org.hibernate.query.spi with type arguments of type QueryParameterBindingModifier and TypeMethodDescriptionvoid
QueryParameterBindings.visitBindings
(BiConsumer<? super QueryParameter<?>, ? super QueryParameterBinding<?>> action) -
Uses of QueryParameterBinding in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type QueryParameterBindingModifier and TypeMethodDescriptionstatic Bindable
SqmUtil.determineParameterType
(QueryParameterBinding<?> binding, QueryParameterImplementor<?> parameter, List<? extends SqmParameter<?>> sqmParameters, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SessionFactoryImplementor sessionFactory)