mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
73b7caad6e
commit
4f4c66e3d1
@ -1,5 +1,7 @@
|
||||
package com.mysema.query.scala;
|
||||
|
||||
import com.mysema.query.types._;
|
||||
|
||||
class Person {
|
||||
var scalaInt: Int = _;
|
||||
|
||||
@ -26,4 +28,10 @@ class Person {
|
||||
var listOfPersons: java.util.List[Person] = _;
|
||||
|
||||
var array: Array[String] = _;
|
||||
}
|
||||
}
|
||||
|
||||
//class QPerson(md: PathMetadata[_]) extends EntityPathImpl[Person](classOf[Person], md) {
|
||||
//
|
||||
// def this(variable: String) = this(PathMetadataFactory.forVariable(variable));
|
||||
//
|
||||
//}
|
||||
Loading…
Reference in New Issue
Block a user