object QueryHelper extends Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryHelper
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
addDateIntervalCondition(query: OqlBuilder[_], alias: String, attr: String, beginOn: String, endOn: String): Unit
增加日期区间查询条件
增加日期区间查询条件
- attr
时间限制属性
- beginOn
开始的属性名字(全名)
- endOn
结束的属性名字(全名)
- Exceptions thrown
- def addDateIntervalCondition(query: OqlBuilder[_], attr: String, beginOn: String, endOn: String): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractConditions(clazz: Class[_], prefix: String, exclusiveAttrNames: String): List[Condition]
提取中的条件
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
pageIndex: Int
获得请求中的页码
-
def
pageLimit: PageLimit
从的参数或者cookie中(参数优先)取得分页信息
-
def
pageSize: Int
获得请求中的页长
-
def
populateConditions(entityQuery: OqlBuilder[_], exclusiveAttrNames: String): Unit
把entity alias的别名的参数转换成条件.
把entity alias的别名的参数转换成条件.
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )