mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Merge branch 'master' of github.com:mysema/querydsl
This commit is contained in:
commit
47463240c8
@ -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