mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
This commit is contained in:
parent
28a07d889e
commit
7620312360
@ -45,7 +45,7 @@ class ScalaEntitySerializerTest {
|
||||
@Test
|
||||
def Print() {
|
||||
val typeMappings = ScalaTypeMappings.create
|
||||
typeMappings.register(entityType, new QueryTypeFactoryImpl("Q","").create(entityType));
|
||||
typeMappings.register(entityType, new QueryTypeFactoryImpl("Q","","").create(entityType));
|
||||
val serializer = new ScalaEntitySerializer(typeMappings);
|
||||
serializer.serialize(entityType, SimpleSerializerConfig.DEFAULT, new ScalaWriter(writer));
|
||||
val str = writer.toString();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user