jpa-streamer
jpa-streamer copied to clipboard
Does "io.quarkiverse.jpastreamer:quarkus-jpastreamer:1.0.1" contain everything or do i need to add the annotation processor separately?
When using the quarkiverse dependency, do i still need to add the annotationProcessor line in gradle or not? JPAStreamer seems to work but it's terribly slow and according to https://speedment.github.io/jpa-streamer/jpa-streamer/1.1.2/predicates/predicates.html#_fields i should really use the classes with the $ name for it to be faster. The problem is, they're nonexistent after rebuilding, I can't find them in any build folder.