|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.jpa.jpql.tools.spi.java.JavaQuery
public class JavaQuery
The concrete implementation of IQuery that is wrapping the design-time representation
of a JPQL query.
| Constructor Summary | |
|---|---|
JavaQuery(IManagedTypeProvider provider,
java.lang.CharSequence jpqlQuery)
Creates a new JavaQuery. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpression()
Returns the string representation of the JPQL query. |
IManagedTypeProvider |
getProvider()
Retrieves the provider of managed types. |
void |
setExpression(java.lang.CharSequence jpqlQuery)
Sets the string representation of the JPQL query. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaQuery(IManagedTypeProvider provider,
java.lang.CharSequence jpqlQuery)
JavaQuery.
provider - The provider of JPA managed typesjpqlQuery - The string representation of the JPQL query| Method Detail |
|---|
public java.lang.String getExpression()
getExpression in interface IQuerynull string representation of the JPQL querypublic IManagedTypeProvider getProvider()
getProvider in interface IQuerypublic void setExpression(java.lang.CharSequence jpqlQuery)
jpqlQuery - The string representation of the JPQL querypublic java.lang.String toString()
toString in class java.lang.Object
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||