mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
This commit is contained in:
parent
32a7a8fbe2
commit
31ffa42e91
@ -80,6 +80,7 @@ class ScalaMetaDataSerializer(val namingStrategy: NamingStrategy) extends Serial
|
||||
writer.end();
|
||||
}
|
||||
|
||||
// TODO : rename to serializeProperties
|
||||
def serializeProperty(property: Property){
|
||||
val methodName: String = property.getType.getCategory match {
|
||||
case COMPARABLE => "createComparable";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user