The APT usage improvements affect the JPA, JDO and MongoDB modules. Instead of a set of screenshots we have prepared a screencast to showcase the new APT features in Querydsl in an Eclipse context.
To enable APT usage in Eclipse you need to
- set the Enable annotation processing checkbox via Properties > Java Compiler > Annotation Processing,
- add the APT option defaultOverwrite = true if you are using Eclipse Helios and
- set the Factory Path to one of the apt-one-jar files included in your release bundle.
The screencast uses the Querydsl JPA module in combination with Hibernate and shows the creation of a Java project, the creation of two simple domain types and the creation of a minimal demo service which presents the simplicity of Querydsl query usage.