Class ExpState

java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.ExpState
Direct Known Subclasses:
CollectionParam.ParamExpState, MapEntry.EntryExpState, MapKey.KeyExpState, Param.ParamExpState, PCPath.PathExpState

public class ExpState extends Object
Expression tree state.
Author:
Abe White
  • Field Details

    • NULL

      public static final ExpState NULL
      State with no joins.
    • joins

      public Joins joins
  • Constructor Details

    • ExpState

      public ExpState()
    • ExpState

      public ExpState(Joins joins)