Package org.castor.cpa.query.object
Class AbstractQueryObject
- java.lang.Object
-
- org.castor.cpa.query.object.AbstractQueryObject
-
- All Implemented Interfaces:
QueryObject
- Direct Known Subclasses:
AbstractCondition
,AbstractExpression
,OrderImpl
,SelectQueryImpl
public abstract class AbstractQueryObject extends java.lang.Object implements QueryObject
Abstract base class for all query objects.- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
-
Constructor Summary
Constructors Constructor Description AbstractQueryObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
-