mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
a979ecab79
commit
4e30f85394
@ -274,8 +274,7 @@ public class APTModelFactory implements TypeVisitor<TypeModel,Elements> {
|
||||
return new TypeSuperModel(t.getLowerBound().accept(this, p));
|
||||
}else{
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@ -90,9 +90,9 @@ public class EntitySerializer implements Serializer{
|
||||
builder.append(", inits");
|
||||
}
|
||||
builder.append(");\n");
|
||||
builder.append(" }\n\n");
|
||||
builder.append(" }\n\n");
|
||||
|
||||
// 5 (with entity field initialization)
|
||||
// 5
|
||||
if (hasEntityFields){
|
||||
builder.append(" public "+queryType+"(Class<? extends "+genericName+"> type, @NotEmpty String entityName, PathMetadata<?> metadata, PathInits inits) {\n");
|
||||
builder.append(" super(type, entityName, metadata);\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user