Interface ProcedureParameterBindingImplementor<T>
-
- All Superinterfaces:
ProcedureParameterBinding<T>
,QueryParameterBinding<T>
public interface ProcedureParameterBindingImplementor<T> extends ProcedureParameterBinding<T>
-
-
Method Summary
-
Methods inherited from interface org.hibernate.query.spi.QueryParameterBinding
getBindType, getBindValue, isBound, setBindValue, setBindValue, setBindValue
-
-