|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Visitable
An element of query that is convertible to a JPQL String given a aliasing scheme. QueryDefinition visits each of its element and translates them.
Method Summary | |
---|---|
String |
asExpression(org.apache.openjpa.persistence.query.AliasContext ctx)
Get a JPQL fragment as used in WHERE clause. |
String |
asJoinable(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the string representation in FROM clause. |
String |
asProjection(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the string representation in SELECT projection. |
String |
getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx)
Gets the hint to be used while creating alias. |
Method Detail |
---|
String asExpression(org.apache.openjpa.persistence.query.AliasContext ctx)
String asProjection(org.apache.openjpa.persistence.query.AliasContext ctx)
String asJoinable(org.apache.openjpa.persistence.query.AliasContext ctx)
String getAliasHint(org.apache.openjpa.persistence.query.AliasContext ctx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |