public interface Visitable
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asExpression(org.apache.openjpa.persistence.query.AliasContext ctx)
Get a JPQL fragment as used in WHERE clause.
|
java.lang.String |
asJoinable(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the string representation in FROM clause.
|
java.lang.String |
asProjection(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the string representation in SELECT projection.
|
java.lang.String |
getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the hint to be used while creating alias.
|
java.lang.String asExpression(org.apache.openjpa.persistence.query.AliasContext ctx)
java.lang.String asProjection(org.apache.openjpa.persistence.query.AliasContext ctx)
java.lang.String asJoinable(org.apache.openjpa.persistence.query.AliasContext ctx)
java.lang.String getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx)