Uses of Interface
org.hibernate.query.spi.QueryParameterBinding
-
Packages that use QueryParameterBinding Package Description org.hibernate.procedure org.hibernate.query.procedure org.hibernate.query.procedure.spi org.hibernate.query.spi -
-
Uses of QueryParameterBinding in org.hibernate.procedure
Subinterfaces of QueryParameterBinding in org.hibernate.procedure Modifier and Type Interface Description interfaceParameterBind<T>Describes an input value binding for any IN/INOUT parameters. -
Uses of QueryParameterBinding in org.hibernate.query.procedure
Subinterfaces of QueryParameterBinding in org.hibernate.query.procedure Modifier and Type Interface Description interfaceProcedureParameterBinding<T> -
Uses of QueryParameterBinding in org.hibernate.query.procedure.spi
Subinterfaces of QueryParameterBinding in org.hibernate.query.procedure.spi Modifier and Type Interface Description interfaceProcedureParameterBindingImplementor<T> -
Uses of QueryParameterBinding in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryParameterBinding Modifier and Type Method Description <T> QueryParameterBinding<T>QueryParameterBindings. getBinding(int position)<T> QueryParameterBinding<T>QueryParameterBindings. getBinding(java.lang.String name)<T> QueryParameterBinding<T>QueryParameterBindings. getBinding(QueryParameter<T> parameter)
-