Generates entities for Querydsl and especially the Plume Querydsl module
A usage example is available in the demo project.
To run the QuerydslGenerator class on IntelliJ, the Maven querydsl-code-generation profile must be used for that, so these steps must be followed:
- Click on the Maven pane on the right
- In the Profiles block, select the
querydsl-code-generationprofile - Update the Maven project
- Run the
QuerydslGeneratoras before
Here is a picture summing up these steps:

Maven:
<dependency>
<groupId>com.coreoz</groupId>
<artifactId>plume-db-querydsl-codegen</artifactId>
<optional>true</optional>
</dependency>
<!-- do not forget to also include the database driver -->