org.apache.openjpa.jdbc.kernel.exps
Class MapKey.KeyExpState

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

public static class MapKey.KeyExpState
extends ExpState

Expression state.


Field Summary
 ExpState key
           
 ExpState val
           
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState
joins, NULL
 
Constructor Summary
MapKey.KeyExpState(ExpState key)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public ExpState key

val

public ExpState val
Constructor Detail

MapKey.KeyExpState

MapKey.KeyExpState(ExpState key)


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