Package org.castor.cpa.query
Class QueryFactory
- java.lang.Object
-
- org.castor.cpa.query.QueryFactory
-
public final class QueryFactory extends java.lang.Object
Class for Query Factory of 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
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectQuery
newSelectQuery()
The method to create a new SelectQuery.
-
-
-
Method Detail
-
newSelectQuery
public static SelectQuery newSelectQuery()
The method to create a new SelectQuery.- Returns:
- the SelectQueryImpl
-
-