mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
66370b6a3c
commit
449be43734
@ -14,6 +14,7 @@ import java.util.Arrays._;
|
||||
|
||||
object Constants {
|
||||
|
||||
// FIXME
|
||||
//def constant(value: java.lang.Integer) = ConstantImpl.create(value.intValue);
|
||||
|
||||
def constant(value: String) = ConstantImpl.create(value);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user