net.sf.minuteProject.architecture.query.impl
Class QuerySelectCountInit

java.lang.Object
  extended by net.sf.minuteProject.architecture.query.impl.QuerySelectCountInit
All Implemented Interfaces:
QueryWhatInit
Direct Known Subclasses:
QueryCountInit

public class QuerySelectCountInit
extends Object
implements QueryWhatInit


Constructor Summary
QuerySelectCountInit(String entity)
           
 
Method Summary
 String getWhatAlias()
           
 String getWhatInit(boolean isComma)
           
 String getWhatProperty()
           
 boolean isProjectionQuery()
           
 boolean isToSeparateInit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySelectCountInit

public QuerySelectCountInit(String entity)
Method Detail

getWhatInit

public String getWhatInit(boolean isComma)
Specified by:
getWhatInit in interface QueryWhatInit

isToSeparateInit

public boolean isToSeparateInit()
Specified by:
isToSeparateInit in interface QueryWhatInit

isProjectionQuery

public boolean isProjectionQuery()
Specified by:
isProjectionQuery in interface QueryWhatInit

getWhatAlias

public String getWhatAlias()
Specified by:
getWhatAlias in interface QueryWhatInit

getWhatProperty

public String getWhatProperty()
Specified by:
getWhatProperty in interface QueryWhatInit


Copyright © 2013. All Rights Reserved.