org.apache.openjpa.jdbc.kernel.exps
Class CollectionParam.ParamExpState

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.exps.ExpState
      extended by org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState
          extended by org.apache.openjpa.jdbc.kernel.exps.CollectionParam.ParamExpState
Enclosing class:
CollectionParam

public static class CollectionParam.ParamExpState
extends Const.ConstExpState

Expression state.


Field Summary
 Discriminator[] disc
           
 Object[] discValue
           
 ClassMapping[] mapping
           
 int[] otherLength
           
 int size
           
 Object[] sqlValue
           
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState
cols
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState
joins, NULL
 
Constructor Summary
CollectionParam.ParamExpState(Object params)
           
 
Method Summary
 
Methods inherited from class org.apache.openjpa.jdbc.kernel.exps.Const.ConstExpState
getColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public int size

sqlValue

public Object[] sqlValue

otherLength

public int[] otherLength

mapping

public ClassMapping[] mapping

disc

public Discriminator[] disc

discValue

public Object[] discValue
Constructor Detail

CollectionParam.ParamExpState

CollectionParam.ParamExpState(Object params)


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