mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
Update querydsl-scala/src/main/scala/com/mysema/query/scala/Expressions.scala
This commit is contained in:
parent
f5536948ea
commit
c0f87e6d8a
@ -213,7 +213,7 @@ trait NumberExpression[T] extends SimpleExpression[T] {
|
||||
|
||||
implicit def numeric: Numeric[T] // to be implemented in classes
|
||||
|
||||
type Ex[T] = Expression[T]
|
||||
type Ex[T] = Expression[T] // TODO : remove
|
||||
|
||||
lazy val asc = new OrderSpecifier[java.lang.Double](Order.ASC, this.asInstanceOf[Ex[java.lang.Double]])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user