程序包 org.hibernate

接口 SQLQuery.ReturnProperty

  • 封闭接口:
    SQLQuery<T>

    public static interface SQLQuery.ReturnProperty
    Allows access to further control how properties within a root or join fetch are mapped back from the result set. Generally used in composite value scenarios.
    • 方法详细资料

      • addColumnAlias

        SQLQuery.ReturnProperty addColumnAlias​(String columnAlias)
        Add a column alias to this property mapping.
        参数:
        columnAlias - The column alias.
        返回:
        this, for method chaining