类 QueryParameterImpl<T>

  • 所有已实现的接口:
    javax.persistence.Parameter<T>, QueryParameter<T>
    直接已知子类:
    ProcedureParameterImpl, QueryParameterNamedImpl

    public abstract class QueryParameterImpl<T>
    extends Object
    implements QueryParameter<T>
    QueryParameter implementation. NOTE: Unfortunately we need to model named and positional parameters separately still until 6.0. For now this is simply the base abstract class for those specific impls
    作者:
    Steve Ebersole
    • 构造器详细资料

      • QueryParameterImpl

        public QueryParameterImpl​(Type expectedType)
    • 方法详细资料

      • setHibernateType

        public void setHibernateType​(Type expectedType)
      • getParameterType

        public Class<T> getParameterType()
        指定者:
        getParameterType 在接口中 javax.persistence.Parameter<T>