接口 ProcedureParameterBinding<T>
-
- 所有超级接口:
QueryParameterBinding<T>
- 所有已知子接口:
ProcedureParameterBindingImplementor<T>
public interface ProcedureParameterBinding<T> extends QueryParameterBinding<T>
- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.query.spi.QueryParameterBinding
getBindType, getBindValue, isBound, setBindValue, setBindValue, setBindValue
-
-