接口 Util.ResultSetMappingResolutionContext

  • 封闭类:
    Util

    public static interface Util.ResultSetMappingResolutionContext
    Context for resolving result-set-mapping definitions
    • 方法详细资料

      • findResultSetMapping

        ResultSetMappingDefinition findResultSetMapping​(String name)
        Locate a ResultSetMappingDefinition by name
        参数:
        name - The name of the ResultSetMappingDefinition to locate
        返回:
        The ResultSetMappingDefinition
      • addQueryReturns

        void addQueryReturns​(NativeSQLQueryReturn... queryReturns)
        Callback to add query returns indicated by the result set mapping(s)
        参数:
        queryReturns - The query returns
      • addQuerySpaces

        void addQuerySpaces​(String... querySpaces)
        Callback to add query spaces indicated by the result set mapping(s)
        参数:
        querySpaces - The query spaces