Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newSelectQuery

        public static SelectQuery newSelectQuery()
        The method to create a new SelectQuery.
        Returns:
        the SelectQueryImpl