Class ProcedureParameterImpl<T>

java.lang.Object
org.hibernate.query.spi.AbstractQueryParameter<T>
org.hibernate.procedure.internal.ProcedureParameterImpl<T>
All Implemented Interfaces:
Parameter<T>, ProcedureParameterImplementor<T>, ProcedureParameter<T>, QueryParameter<T>, QueryParameterImplementor<T>

public class ProcedureParameterImpl<T> extends AbstractQueryParameter<T> implements ProcedureParameterImplementor<T>