public class BaseQueryImpl extends QueryImpl implements IBaseQuery
conditions, dataPermission, distinct, havings, lessDatePlus, lessEqualDatePlus, options, orders, textTransformType| Constructor and Description |
|---|
BaseQueryImpl() |
addCondition, addHaving, dataPermission, enableLessDatePlus235959, enableLessEqualDatePlus235959, enableLessOrLessEqualDatePlus235959, getConditions, getHavings, getOptions, getOrders, getPageable, getQueryConvert, id, isDistinct, isLessDatePlus235959, isLessEqualDatePlus235959, setDataPermission, setId, setOptions, setPageable, setQueryConvert, setTextTransformType, textTransformTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewBaseQuerydataPermission, enableLessDatePlus235959, enableLessEqualDatePlus235959, enableLessOrLessEqualDatePlus235959, getConditions, getHavings, getOptions, getOrders, getPageable, getQueryConvert, id, isDistinct, isLessDatePlus235959, isLessEqualDatePlus235959, setDataPermission, setId, setOptions, setPageable, setQueryConvert, setTextTransformType, textTransformTypepublic IBaseQuery orderDesc(String name)
orderDesc in interface IBaseQuerypublic IBaseQuery whereIsNull(String name)
whereIsNull in interface IBaseQuerypublic IBaseQuery whereIsNotNull(String name)
whereIsNotNull in interface IBaseQuerypublic IBaseQuery whereIsEmpty(String name)
whereIsEmpty in interface IBaseQuerypublic IBaseQuery whereIsNotEmpty(String name)
whereIsNotEmpty in interface IBaseQuerypublic <T,R> IBaseQuery where(LambdaQuery<T,R> fieldFunction, ExpressionType type)
where in interface IBaseQuerypublic IBaseQuery where(String name, ExpressionType type)
where in interface IBaseQuerypublic <T,R> IBaseQuery whereEqual(LambdaQuery<T,R> fieldFunction, Object value)
whereEqual in interface IBaseQuerypublic IBaseQuery whereEqual(String name, Object value)
whereEqual in interface IBaseQuerypublic <T,R> IBaseQuery whereNotEqual(LambdaQuery<T,R> fieldFunction, Object value)
whereNotEqual in interface IBaseQuerypublic IBaseQuery whereNotEqual(String name, Object value)
whereNotEqual in interface IBaseQuerypublic IBaseQuery whereLike(String name, String value)
whereLike in interface IBaseQuerypublic IBaseQuery whereNotLike(String name, String value)
whereNotLike in interface IBaseQuerypublic IBaseQuery whereStartWith(String name, String value)
whereStartWith in interface IBaseQuerypublic IBaseQuery whereEndWith(String name, String value)
whereEndWith in interface IBaseQuerypublic IBaseQuery whereNotStartWith(String name, String value)
whereNotStartWith in interface IBaseQuerypublic IBaseQuery whereNotEndWith(String name, String value)
whereNotEndWith in interface IBaseQuerypublic <T,R> IBaseQuery whereLike(LambdaQuery<T,R> fieldFunction, String value)
whereLike in interface IBaseQuerypublic <T,R> IBaseQuery whereNotLike(LambdaQuery<T,R> fieldFunction, String value)
whereNotLike in interface IBaseQuerypublic <T,R> IBaseQuery whereStartWith(LambdaQuery<T,R> fieldFunction, String value)
whereStartWith in interface IBaseQuerypublic <T,R> IBaseQuery whereEndWith(LambdaQuery<T,R> fieldFunction, String value)
whereEndWith in interface IBaseQuerypublic <T,R> IBaseQuery whereNotStartWith(LambdaQuery<T,R> fieldFunction, String value)
whereNotStartWith in interface IBaseQuerypublic <T,R> IBaseQuery whereNotEndWith(LambdaQuery<T,R> fieldFunction, String value)
whereNotEndWith in interface IBaseQuerypublic IBaseQuery whereLess(String name, Object value)
whereLess in interface IBaseQuerypublic IBaseQuery whereLessEqual(String name, Object value)
whereLessEqual in interface IBaseQuerypublic IBaseQuery whereMore(String name, Object value)
whereMore in interface IBaseQuerypublic IBaseQuery whereMoreEqual(String name, Object value)
whereMoreEqual in interface IBaseQuerypublic <T,R> IBaseQuery whereLess(LambdaQuery<T,R> fieldFunction, Object value)
whereLess in interface IBaseQuerypublic <T,R> IBaseQuery whereLessEqual(LambdaQuery<T,R> fieldFunction, Object value)
whereLessEqual in interface IBaseQuerypublic <T,R> IBaseQuery whereMore(LambdaQuery<T,R> fieldFunction, Object value)
whereMore in interface IBaseQuerypublic <T,R> IBaseQuery whereMoreEqual(LambdaQuery<T,R> fieldFunction, Object value)
whereMoreEqual in interface IBaseQuerypublic IBaseQuery whereIn(String name, Collection value)
whereIn in interface IBaseQuerypublic IBaseQuery whereNotIn(String name, Collection value)
whereNotIn in interface IBaseQuerypublic IBaseQuery whereInValues(String name, Object... values)
whereInValues in interface IBaseQuerypublic IBaseQuery whereNotInValues(String name, Object... values)
whereNotInValues in interface IBaseQuerypublic <T,R> IBaseQuery whereIn(LambdaQuery<T,R> fieldFunction, Collection value)
whereIn in interface IBaseQuerypublic <T,R> IBaseQuery whereNotIn(LambdaQuery<T,R> fieldFunction, Collection value)
whereNotIn in interface IBaseQuerypublic <T,R> IBaseQuery whereInValues(LambdaQuery<T,R> fieldFunction, Object... values)
whereInValues in interface IBaseQuerypublic <T,R> IBaseQuery whereNotInValues(LambdaQuery<T,R> fieldFunction, Object... values)
whereNotInValues in interface IBaseQuerypublic IBaseQuery where(String name, Object value, ExpressionType type)
where in interface IBaseQuerypublic <T,R> IBaseQuery whereIsNull(LambdaQuery<T,R> fieldFunction)
whereIsNull in interface IBaseQuerypublic <T,R> IBaseQuery whereIsNotNull(LambdaQuery<T,R> fieldFunction)
whereIsNotNull in interface IBaseQuerypublic <T,R> IBaseQuery whereIsEmpty(LambdaQuery<T,R> fieldFunction)
whereIsEmpty in interface IBaseQuerypublic <T,R> IBaseQuery whereIsNotEmpty(LambdaQuery<T,R> fieldFunction)
whereIsNotEmpty in interface IBaseQuerypublic <T,R> IBaseQuery where(LambdaQuery<T,R> fieldFunction, Object value, ExpressionType type)
where in interface IBaseQuerypublic IBaseQuery where(Condition condition)
where in interface IBaseQuerypublic IBaseQuery whereBetween(String name, Object value, Object andValue)
whereBetween in interface IBaseQuerypublic <T,R> IBaseQuery whereBetween(LambdaQuery<T,R> fieldFunction, Object value, Object andValue)
whereBetween in interface IBaseQuerypublic IBaseQuery where(Expression... expressions)
where in interface IBaseQuerypublic IBaseQuery group(String name)
group in interface IBaseQuerypublic List<Column> getGroupCountSelectColumns()
getGroupCountSelectColumns in interface IQuerypublic IBaseQuery groupCountSelectColumn(String name)
groupCountSelectColumn in interface IBaseQuerypublic IBaseQuery having(String name, Object value, ExpressionType type)
having in interface IBaseQuerypublic <T,R> IBaseQuery group(LambdaQuery<T,R> fieldFunction)
group in interface IBaseQuerypublic <T,R> IBaseQuery groupCountSelectColumn(LambdaQuery<T,R> fieldFunction)
groupCountSelectColumn in interface IBaseQuerypublic <T,R> IBaseQuery having(LambdaQuery<T,R> fieldFunction, Object value, ExpressionType type)
having in interface IBaseQuerypublic IBaseQuery having(Condition condition)
having in interface IBaseQuerypublic IBaseQuery orderAsc(String name)
orderAsc in interface IBaseQuerypublic <T,R> IBaseQuery orderDesc(LambdaQuery<T,R> fieldFunction)
orderDesc in interface IBaseQuerypublic <T,R> IBaseQuery orderAsc(LambdaQuery<T,R> fieldFunction)
orderAsc in interface IBaseQuerypublic IBaseQuery order(Order order)
order in interface IBaseQuerypublic IBaseQuery orders(List<Order> os)
orders in interface IBaseQuerypublic <T,R> IBaseQuery createQuery(LambdaQuery<T,R>... lambdaQueries)
createQuery in interface IBaseQuerypublic <T,R> IBaseQuery createQuery(Class<?> clazz, LambdaQuery<T,R>... names)
createQuery in interface IBaseQuerypublic IBaseQuery createQuery(Class<?> clazz, String... names)
createQuery in interface IBaseQuerypublic IBaseQuery createQuery(Class<?> clazz, Column... columns)
createQuery in interface IBaseQuerypublic IBaseQuery addReturnColumn(Column column)
addReturnColumn in interface IBaseQuerypublic IBaseQuery addReturnColumn(String column)
addReturnColumn in interface IBaseQuerypublic IBaseQuery clearReturnColumns()
clearReturnColumns in interface IBaseQuerypublic IBaseQuery addFixedReturnColumn(Column column)
addFixedReturnColumn in interface IBaseQuerypublic <T,R> IBaseQuery addReturnColumn(LambdaQuery<T,R> fieldFunction)
addReturnColumn in interface IBaseQuerypublic <T,R> IBaseQuery addFixedReturnColumn(LambdaQuery<T,R> fieldFunction)
addFixedReturnColumn in interface IBaseQuerypublic IBaseQuery addFixedReturnColumn(String column)
addFixedReturnColumn in interface IBaseQuerypublic IBaseQuery clearFixedReturnColumns()
clearFixedReturnColumns in interface IBaseQuerypublic IBaseQuery createQuery(String... names)
createQuery in interface IBaseQuerypublic IBaseQuery createQuery(Column... columns)
public IBaseQuery distinct()
distinct in interface IBaseQuerypublic IBaseQuery table(Class<?> clazz)
table in interface IBaseQuerypublic Class<?> getReturnClass()
getReturnClass in interface IQuerypublic List<Column> getReturnColumns()
getReturnColumns in interface IQuerypublic List<Column> getFinalReturnColumns()
getFinalReturnColumns in interface IQuerypublic List<Column> getFixedReturnColumns()
getFixedReturnColumns in interface IQuerypublic QueryInfo doQueryCount()
doQueryCount in interface IQueryCopyright © 2024. All rights reserved.