public class EntityReferenceAliasesImpl extends Object implements EntityReferenceAliases
| Constructor and Description |
|---|
EntityReferenceAliasesImpl(String tableAlias,
EntityAliases columnAliases) |
| 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.
|
public EntityReferenceAliasesImpl(String tableAlias, EntityAliases columnAliases)
public String getTableAlias()
EntityReferenceAliasesgetTableAlias in interface EntityReferenceAliasespublic EntityAliases getColumnAliases()
EntityReferenceAliasesgetColumnAliases in interface EntityReferenceAliasesCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.