public static interface

SQLQuery.ReturnProperty

org.hibernate.SQLQuery.ReturnProperty

Class Overview

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.

Summary

Public Methods
abstract SQLQuery.ReturnProperty addColumnAlias(String columnAlias)
Add a column alias to this property mapping.

Public Methods

public abstract SQLQuery.ReturnProperty addColumnAlias (String columnAlias)

Add a column alias to this property mapping.

Parameters
columnAlias The column alias.
Returns
  • this, for method chaining