Uses of Interface
org.hibernate.query.procedure.ProcedureParameterBinding
-
Packages that use ProcedureParameterBinding Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions. -
-
Uses of ProcedureParameterBinding in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureParameterBinding Modifier and Type Class Description class
ProcedureParameterBindingImpl<T>
Implementation of theProcedureParameterBinding
contract.Methods in org.hibernate.procedure.internal that return ProcedureParameterBinding Modifier and Type Method Description <P> ProcedureParameterBinding<P>
ProcedureParamBindings. getBinding(int position)
<P> ProcedureParameterBinding<P>
ProcedureParamBindings. getBinding(String name)
<P> ProcedureParameterBinding<P>
ProcedureParamBindings. getBinding(QueryParameterImplementor<P> parameter)
<P> ProcedureParameterBinding<P>
ProcedureParamBindings. getQueryParamerBinding(ProcedureParameterImplementor<P> parameter)
-
Uses of ProcedureParameterBinding in org.hibernate.procedure.spi
Subinterfaces of ProcedureParameterBinding in org.hibernate.procedure.spi Modifier and Type Interface Description interface
ProcedureParameterBindingImplementor<T>
-