接口 ParameterMetadata

    • 方法详细资料

      • hasNamedParameters

        boolean hasNamedParameters()
        Does this parameter set contain any named parameters?
        返回:
        true if there are named parameters; false otherwise.
      • hasPositionalParameters

        boolean hasPositionalParameters()
        Does this parameter set contain any positional parameters?
        返回:
        true if there are positional parameters; false otherwise.
      • collectAllParametersJpa

        Set<javax.persistence.Parameter<?>> collectAllParametersJpa()
      • getNamedParameterNames

        Set<String> getNamedParameterNames()
        Return the names of all named parameters of the query.
        返回:
        the parameter names, in no particular order
      • getPositionalParameterCount

        int getPositionalParameterCount()
        Returns the number of positional parameters.
        返回:
        The number of positional parameters.
      • resolve

        <T> QueryParameter<T> resolve​(javax.persistence.Parameter<T> param)
      • getParameterCount

        int getParameterCount()
      • containsReference

        boolean containsReference​(QueryParameter parameter)