Class PCPath.PathExpState
- java.lang.Object
-
- org.apache.openjpa.jdbc.kernel.exps.ExpState
-
- org.apache.openjpa.jdbc.kernel.exps.PCPath.PathExpState
-
-
Field Summary
Fields Modifier and Type Field Description FieldMapping
cmpfield
Column[]
cols
FieldMapping
field
boolean
isEmbedElementColl
boolean
joinedRel
-
Constructor Summary
Constructors Constructor Description PathExpState(Joins joins)
-
-
-
Field Detail
-
field
public FieldMapping field
-
cmpfield
public FieldMapping cmpfield
-
cols
public Column[] cols
-
joinedRel
public boolean joinedRel
-
isEmbedElementColl
public boolean isEmbedElementColl
-
-
Constructor Detail
-
PathExpState
public PathExpState(Joins joins)
-
-