Class ProcedureParameterBindingImpl<T>

java.lang.Object
org.hibernate.query.internal.QueryParameterBindingImpl<T>
org.hibernate.procedure.internal.ProcedureParameterBindingImpl<T>
All Implemented Interfaces:
ProcedureParameterBindingImplementor<T>, ProcedureParameterBinding<T>, QueryParameterBinding<T>, JavaType.CoercionContext

public class ProcedureParameterBindingImpl<T> extends QueryParameterBindingImpl<T> implements ProcedureParameterBindingImplementor<T>
Implementation of the ProcedureParameterBinding contract.