接口 ProcedureParameterImplementor<T>
-
- 所有超级接口:
javax.persistence.Parameter<T>,ParameterRegistration<T>,ParameterRegistrationImplementor<T>,ProcedureParameter<T>,QueryParameter<T>
- 所有已知实现类:
ProcedureParameterImpl
public interface ProcedureParameterImplementor<T> extends ProcedureParameter<T>, ParameterRegistrationImplementor<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.procedure.ParameterRegistration
bindValue, bindValue, enablePassingNulls, getBind, getMode, getName, getPosition, getType, setHibernateType
-
从接口继承的方法 org.hibernate.procedure.spi.ParameterRegistrationImplementor
extract, getHibernateType, getSqlTypes, isPassNullsEnabled, prepare
-
从接口继承的方法 org.hibernate.query.QueryParameter
getSourceLocations
-
-