object QueryHelper extends Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryHelper
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val PageParam: String
- val PageSizeParam: String
- val RESERVED_NULL: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dateBetween(query: OqlBuilder[_], alias: String, attr: String, beginOnName: String, endOnName: String): Unit
增加日期区间查询条件
增加日期区间查询条件
- query
查询构建器
- alias
别名
- attr
时间限制属性
- beginOnName
开始的属性名字(全名)
- endOnName
结束的属性名字(全名)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractConditions(clazz: Class[_], prefix: String, exclusiveAttrNames: String): List[Condition]
提取中的条件
提取中的条件
- clazz
实体类型
- prefix
参数中的前缀(不包含最后的.)
- exclusiveAttrNames
排除属性列表(prefix.attr1,prefix.attr2)
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pageIndex: Int
获得请求中的页码
- def pageLimit: PageLimit
从的参数或者cookie中(参数优先)取得分页信息
- def pageSize: Int
获得请求中的页长
- def populateConditions(entityQuery: OqlBuilder[_], exclusiveAttrNames: String): Unit
把entity alias的别名的参数转换成条件.
把entity alias的别名的参数转换成条件.
- entityQuery
查询构建器
- exclusiveAttrNames
以entityQuery中alias开头的属性串
- def populateConditions(builder: OqlBuilder[_]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def addDateIntervalCondition(query: OqlBuilder[_], alias: String, attr: String, beginOnName: String, endOnName: String): Unit
- Annotations
- @deprecated
- Deprecated
Using dateBetween
- def addDateIntervalCondition(query: OqlBuilder[_], attr: String, beginOnName: String, endOnName: String): Unit
- Annotations
- @deprecated
- Deprecated
Using dateBetween
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated