infobip/infobip-spring-data-querydsl

Error generating Q classes

Closed this issue · 1 comments

**type Class does not take parameters**

Getting this error while generating Q Classes

public QStudent(Class<? extends Student> type, PathMetadata metadata, PathInits inits) { super(type, metadata, inits); this.className = inits.isInitialized("className") ? new QClass(forProperty("className")) : null; this.section = inits.isInitialized("section") ? new QSection(forProperty("section")) : null; }

this is the generated code showing error

Can you provide a example test project that replicates this issue?
It's next to impossible to figure out what exactly went wrong from your message.