Class CollectionParam.ParamExpState
- java.lang.Object
 - 
- org.apache.openjpa.jdbc.kernel.exps.ExpState
 - 
- org.apache.openjpa.jdbc.kernel.exps.CollectionParam.ParamExpState
 
 
 
- 
- Enclosing class:
 - CollectionParam
 
public static class CollectionParam.ParamExpState extends ExpState
Expression state. 
- 
- 
Field Summary
Fields Modifier and Type Field Description Discriminator[]discObject[]discValueClassMapping[]mappingint[]otherLengthintsizeObject[]sqlValue 
 - 
 
- 
- 
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
 
 - 
 
 -