public interface Visitable extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
asExpression(AliasContext ctx)
Get a JPQL fragment as used in WHERE clause.
|
String |
asJoinable(AliasContext ctx)
Gets the string representation in FROM clause.
|
String |
asProjection(AliasContext ctx)
Gets the string representation in SELECT projection.
|
String |
getAliasHint(AliasContext ctx)
Gets the hint to be used while creating alias.
|
String asExpression(AliasContext ctx)
String asProjection(AliasContext ctx)
String asJoinable(AliasContext ctx)
String getAliasHint(AliasContext ctx)
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.