org.apache.openjpa.jdbc.kernel.exps
Class PCPath.PathExpState

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.exps.ExpState
      extended by org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
Enclosing class:
PCPath

public static class PCPath.PathExpState
extends ExpState

Expression state.


Field Summary
 FieldMapping cmpfield
           
 Column[] cols
           
 FieldMapping field
           
 boolean joinedRel
           
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState
joins, NULL
 
Constructor Summary
PCPath.PathExpState(Joins joins)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public FieldMapping field

cmpfield

public FieldMapping cmpfield

cols

public Column[] cols

joinedRel

public boolean joinedRel
Constructor Detail

PCPath.PathExpState

public PCPath.PathExpState(Joins joins)


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