Interface QueryParameterImplementor<T>

All Superinterfaces:
Parameter<T>, QueryParameter<T>
All Known Subinterfaces:
FunctionReturnImplementor<T>, ProcedureParameterImplementor<T>
All Known Implementing Classes:
AbstractQueryParameter, FunctionReturnImpl, JpaCriteriaParameter, ProcedureParameterImpl, QueryParameterNamedImpl, QueryParameterPositionalImpl, ValueBindJpaCriteriaParameter

public interface QueryParameterImplementor<T> extends QueryParameter<T>