| Class | Description |
|---|---|
| AbstractCompileQuerydsl | Compiles the JPA meta model using querydsl JPA annotation processor. |
| CleanQuerydslSourcesDir | This task is responsible for purging the 'querydsl' sources dir. |
| CompileQuerydslDefault | A java compile task that activates the default Querydsl annotation processor. |
| CompileQuerydslHibernate | A java compile task that activates the Querydsl Hibernate annotation processor. |
| CompileQuerydslJdo | A java compile task that activates the Querydsl JDO annotation processor. |
| CompileQuerydslJpa | A java compile task that activates the Querydsl JPA annotation processor. |
| CompileQuerydslMorphia | A java compile task that activates the Querydsl Morphia annotation processor. |
| CompileQuerydslRoo | A java compile task that activates the Querydsl Spring Roo annotation processor. |
| CompileQuerydslSpringDataMongo | A java compile task that activates the Spring Data Mongo Querydsl annotation processor. |
| InitQuerydslSourcesDir | This task is responsible for removing and recreating the configured querydsl source roots. |