net.sf.minuteProject.architecture.utils
Class DataAccessObjectUtils

java.lang.Object
  extended by net.sf.minuteProject.architecture.utils.DataAccessObjectUtils

public class DataAccessObjectUtils
extends Object


Constructor Summary
DataAccessObjectUtils()
           
 
Method Summary
static Map<Integer,String> getBeanPath(QueryWhatInit queryWhatInit)
           
static String getQueryMain(String whatStart, String what, String how, String whereHow, String where, boolean isProjectionQuery)
           
static String getQueryMainHaving(String whatStart, String what, String how, String whereHow, String where)
           
static String getQueryMainWhere(String what, String how, String whereHow, String where)
           
static String getWhatStart(QueryWhatInit queryWhatInit, String what)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataAccessObjectUtils

public DataAccessObjectUtils()
Method Detail

getBeanPath

public static Map<Integer,String> getBeanPath(QueryWhatInit queryWhatInit)

getWhatStart

public static String getWhatStart(QueryWhatInit queryWhatInit,
                                  String what)

getQueryMain

public static String getQueryMain(String whatStart,
                                  String what,
                                  String how,
                                  String whereHow,
                                  String where,
                                  boolean isProjectionQuery)

getQueryMainWhere

public static String getQueryMainWhere(String what,
                                       String how,
                                       String whereHow,
                                       String where)

getQueryMainHaving

public static String getQueryMainHaving(String whatStart,
                                        String what,
                                        String how,
                                        String whereHow,
                                        String where)


Copyright © 2013. All Rights Reserved.