org.apache.openjpa.kernel.jpql
Class JPQLExpressionBuilder.ParsedJPQL

java.lang.Object
  extended by org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.ParsedJPQL
All Implemented Interfaces:
Serializable
Enclosing class:
JPQLExpressionBuilder

public static class JPQLExpressionBuilder.ParsedJPQL
extends Object
implements Serializable

Public for unit testing purposes.

See Also:
Serialized Form

Field Summary
protected  String query
           
protected  JPQLExpressionBuilder.JPQLNode root
           
 
Method Summary
 Class getCandidateType()
          Public for unit testing purposes.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

protected final JPQLExpressionBuilder.JPQLNode root

query

protected final String query
Method Detail

getCandidateType

public Class getCandidateType()
Public for unit testing purposes.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.