mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
fix to TypeResolver
This commit is contained in:
parent
f6df820066
commit
b5aa1a6ed4
@ -48,7 +48,7 @@ public final class TypeResolver {
|
||||
}
|
||||
}
|
||||
|
||||
if (index > -1){
|
||||
if (index > -1 && subtype.getSuperType() != null){
|
||||
// get binding of var via model supertype
|
||||
Supertype type = subtype.getSuperType();
|
||||
while (!type.getType().equals(declaringType)){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user