public abstract class AbstractQueryImpl extends Object implements IQuery
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
conditions |
protected boolean |
dataPermission |
protected boolean |
distinct |
protected List<Condition> |
havings |
protected boolean |
lessDatePlus |
protected boolean |
lessEqualDatePlus |
protected Options |
options |
protected List<Order> |
orders |
protected TextTransformType |
textTransformType |
| Constructor and Description |
|---|
AbstractQueryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCondition(Condition condition) |
protected void |
addHaving(Condition condition) |
boolean |
dataPermission() |
void |
enableLessDatePlus235959() |
void |
enableLessEqualDatePlus235959() |
void |
enableLessOrLessEqualDatePlus235959() |
List<Condition> |
getConditions() |
List<Condition> |
getHavings() |
Options |
getOptions() |
List<Order> |
getOrders() |
Pageable |
getPageable() |
QueryHandler |
getQueryConvert() |
String |
id() |
boolean |
isDistinct() |
boolean |
isLessDatePlus235959() |
boolean |
isLessEqualDatePlus235959() |
String |
schema() |
void |
setDataPermission(boolean allowed) |
void |
setId(String id) |
void |
setOptions(Options options) |
void |
setPageable(Pageable pageable) |
void |
setQueryConvert(QueryHandler queryConvert) |
void |
setSchema(String schema) |
void |
setTextTransformType(TextTransformType textTransformType) |
TextTransformType |
textTransformType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoQuery, doQueryCount, getFinalReturnColumns, getFixedReturnColumns, getGroupCountSelectColumns, getGroups, getReturnClass, getReturnColumns, getTableprotected boolean distinct
protected boolean dataPermission
protected TextTransformType textTransformType
protected boolean lessDatePlus
protected boolean lessEqualDatePlus
protected Options options
public QueryHandler getQueryConvert()
getQueryConvert in interface IQuerypublic void setQueryConvert(QueryHandler queryConvert)
setQueryConvert in interface IQueryprotected void addCondition(Condition condition)
protected void addHaving(Condition condition)
public boolean isDistinct()
isDistinct in interface IQuerypublic List<Condition> getConditions()
getConditions in interface IQuerypublic List<Condition> getHavings()
getHavings in interface IQuerypublic void setDataPermission(boolean allowed)
setDataPermission in interface IQuerypublic boolean dataPermission()
dataPermission in interface IQuerypublic TextTransformType textTransformType()
textTransformType in interface IQuerypublic void setTextTransformType(TextTransformType textTransformType)
setTextTransformType in interface IQuerypublic boolean isLessEqualDatePlus235959()
isLessEqualDatePlus235959 in interface IQuerypublic boolean isLessDatePlus235959()
isLessDatePlus235959 in interface IQuerypublic void enableLessOrLessEqualDatePlus235959()
enableLessOrLessEqualDatePlus235959 in interface IQuerypublic void enableLessDatePlus235959()
enableLessDatePlus235959 in interface IQuerypublic void enableLessEqualDatePlus235959()
enableLessEqualDatePlus235959 in interface IQuerypublic Pageable getPageable()
getPageable in interface IQuerypublic void setPageable(Pageable pageable)
setPageable in interface IQuerypublic void setOptions(Options options)
setOptions in interface IQuerypublic Options getOptions()
getOptions in interface IQueryCopyright © 2024. All rights reserved.