public class EntityReferenceAliasesImpl extends java.lang.Object implements EntityReferenceAliases
| Constructor and Description |
|---|
EntityReferenceAliasesImpl(java.lang.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.
|
java.lang.String |
getTableAlias()
Obtain the table alias used for referencing the table of the EntityReference.
|
public EntityReferenceAliasesImpl(java.lang.String tableAlias,
EntityAliases columnAliases)
public java.lang.String getTableAlias()
EntityReferenceAliasesgetTableAlias in interface EntityReferenceAliasespublic EntityAliases getColumnAliases()
EntityReferenceAliasesgetColumnAliases in interface EntityReferenceAliasesCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.