diff --git a/querydsl-jdo/README.md b/querydsl-jdo/README.md index 8762f7b6f..b05fe15d9 100644 --- a/querydsl-jdo/README.md +++ b/querydsl-jdo/README.md @@ -27,30 +27,22 @@ The JDO module provides integration with the JDO API. And now, configure the Maven APT plugin which generates the query types used by Querydsl : - - - - ... - - com.mysema.maven - apt-maven-plugin - 1.0.6 - - - - process - - - target/generated-sources/java - com.mysema.query.apt.jdo.JDOAnnotationProcessor - - - - - ... - - - + + com.mysema.maven + apt-maven-plugin + 1.0.6 + + + + process + + + target/generated-sources/java + com.mysema.query.apt.jdo.JDOAnnotationProcessor + + + + The JDOAnnotationProcessor finds domain types annotated with the javax.jdo.annotations.PersistenceCapable annotation and generates Querydsl query types for them. diff --git a/querydsl-jpa/README.md b/querydsl-jpa/README.md index 183c350cc..b37e3e50e 100644 --- a/querydsl-jpa/README.md +++ b/querydsl-jpa/README.md @@ -27,30 +27,22 @@ The JPA module provides integration with the JPA 2 persistence API. And now, configure the Maven APT plugin : - - - - ... - - com.mysema.maven - apt-maven-plugin - 1.0.6 - - - - process - - - target/generated-sources/java - com.mysema.query.apt.jpa.JPAAnnotationProcessor - - - - - ... - - - + + com.mysema.maven + apt-maven-plugin + 1.0.6 + + + + process + + + target/generated-sources/java + com.mysema.query.apt.jpa.JPAAnnotationProcessor + + + + The JPAAnnotationProcessor finds domain types annotated with the javax.persistence.Entity annotation and generates query types for them. diff --git a/querydsl-mongodb/README.md b/querydsl-mongodb/README.md index 971e849e6..90286b9e3 100644 --- a/querydsl-mongodb/README.md +++ b/querydsl-mongodb/README.md @@ -20,30 +20,22 @@ The Mongodb module provides integration with the Mongodb API. And now, configure the Maven APT plugin which generates the query types used by Querydsl : - - - - ... - - com.mysema.maven - apt-maven-plugin - 1.0.6 - - - - process - - - target/generated-sources/java - com.mysema.query.mongodb.morphia.MorphiaAnnotationProcessor - - - - - ... - - - + + com.mysema.maven + apt-maven-plugin + 1.0.6 + + + + process + + + target/generated-sources/java + com.mysema.query.mongodb.morphia.MorphiaAnnotationProcessor + + + + The MorphiaAnnotationProcessor finds domain types annotated with the com.google.code.morphia.annotations.Entity annotation and generates Querydsl query types for them.