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()
EntityReferenceAliases
getTableAlias
in interface EntityReferenceAliases
public EntityAliases getColumnAliases()
EntityReferenceAliases
getColumnAliases
in interface EntityReferenceAliases
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.