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

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
 

Method Detail

getCandidateType

public Class getCandidateType()
Public for unit testing purposes.


toString

public String toString()
Overrides:
toString in class Object


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