org.apache.openjpa.jdbc.kernel.exps
Class ExpState
java.lang.Object
org.apache.openjpa.jdbc.kernel.exps.ExpState
public class ExpState
- extends Object
Expression tree state.
- Author:
- Abe White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL
public static final ExpState NULL
- State with no joins.
joins
public Joins joins
ExpState
public ExpState()
ExpState
public ExpState(Joins joins)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.