class AliasContext extends Object
| Constructor and Description |
|---|
AliasContext(MetaDataRepository repos) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias(ExpressionImpl path)
Sets alias for the given Expression or gets the alias if the given
path has already been assigned an alias.
|
String |
getEntityName(Class cls) |
boolean |
hasAlias(Expression path)
Affirms if the given Expression has been assigned an alias by this
context.
|
AliasContext |
push(Object e) |
String |
setAlias(ExpressionImpl path) |
public AliasContext(MetaDataRepository repos)
public String getAlias(ExpressionImpl path)
path - public String setAlias(ExpressionImpl path)
public boolean hasAlias(Expression path)
public AliasContext push(Object e)
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.