public interface Visitable extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.