Uses of Interface
org.hibernate.query.spi.QueryParameterBinding
-
Packages that use QueryParameterBinding Package Description org.hibernate.procedure.spi org.hibernate.query.procedure org.hibernate.query.spi -
-
Uses of QueryParameterBinding in org.hibernate.procedure.spi
Subinterfaces of QueryParameterBinding in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureParameterBindingImplementor<T> -
Uses of QueryParameterBinding in org.hibernate.query.procedure
Subinterfaces of QueryParameterBinding in org.hibernate.query.procedure Modifier and Type Interface Description interfaceProcedureParameterBinding<T>Describes an input value binding for any IN/INOUT parameters. -
Uses of QueryParameterBinding in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryParameterBinding Modifier and Type Method Description <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 QueryParameterBinding Modifier and Type Method Description voidQueryParameterBindings. visitBindings(BiConsumer<QueryParameterImplementor<?>,QueryParameterBinding<?>> action)
-