|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jpa.internal.jpql.VirtualQuery
public final class VirtualQuery
This implementation of an IQuery simply holds onto the string representation of the JPQL query.
| Field Summary | |
|---|---|
private java.lang.String |
jpqlQueryA non- null string representation of the JPQL query |
private IManagedTypeProvider |
providerThe provider of managed types. |
| Constructor Summary | |
|---|---|
VirtualQuery(IManagedTypeProvider provider, java.lang.String jpqlQuery)Creates a new VirtualQuery. |
|
| 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.String 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 |
| Field Detail |
|---|
private java.lang.String jpqlQuery
null string representation of the JPQL queryprivate final IManagedTypeProvider provider
| Constructor Detail |
|---|
public VirtualQuery(IManagedTypeProvider provider,
java.lang.String jpqlQuery)
VirtualQuery.
provider - The provider of managed typesquery - A non-null 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.String jpqlQuery)
jpqlQuery - A non-null string representation of the JPQL querypublic java.lang.String toString()
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||