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[]
disc
java.lang.Object[]
discValue
ClassMapping[]
mapping
int[]
otherLength
int
size
java.lang.Object[]
sqlValue
-
-
-
Field Detail
-
size
public int size
-
sqlValue
public java.lang.Object[] sqlValue
-
otherLength
public int[] otherLength
-
mapping
public ClassMapping[] mapping
-
disc
public Discriminator[] disc
-
discValue
public java.lang.Object[] discValue
-
-