public interface EntityReferenceAliases
Aggregates the alias/suffix information in relation to an EntityReference
todo : add a contract (interface) that can be shared by entity and collection alias info objects as lhs/rhs of a join ?
| Modifier and Type | Method and Description |
|---|---|
EntityAliases |
getColumnAliases()
Obtain the column aliases for the select fragment columns associated with the described entity reference.
|
String |
getTableAlias()
Obtain the table alias used for referencing the table of the EntityReference.
|
String getTableAlias()
Obtain the table alias used for referencing the table of the EntityReference. <p/> Note that this currently just returns the "root alias" whereas sometimes an entity reference covers multiple tables. todo : to help manage this, consider a solution like TableAliasRoot from the initial ANTLR re-work see http://anonsvn.jboss.org/repos/hibernate/core/branches/antlr3/src/main/java/org/hibernate/sql/ast/alias/TableAliasGenerator.java
EntityAliases getColumnAliases()
Obtain the column aliases for the select fragment columns associated with the described entity reference. These are the column renames by which the values can be extracted from the SQL result set.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.