Closed kirill-kravchenko closed 2 years ago
Hello,
if I remember correctly, a constructor without @Transient
field is required and it should be marked with @PersistenceConstructor
.
For details check out related test classes.
I'm closing this one, please read the above reply and if it doesn't work or if you have any more question feel free to reopen.
Hi! I'm using infobip-spring-data-jdbc-querydsl-boot-starter 6.2.1 version with querydsl 5.0.0 And when I use
@Transient
like in the following block:I get exception:
Looks like https://github.com/infobip/infobip-spring-data-querydsl/issues/18 problem.