diff --git a/querydsl-docs/src/main/docbook/content/integration/hql.xml b/querydsl-docs/src/main/docbook/content/integration/hql.xml index fccdcec2c..5834149e4 100644 --- a/querydsl-docs/src/main/docbook/content/integration/hql.xml +++ b/querydsl-docs/src/main/docbook/content/integration/hql.xml @@ -28,15 +28,21 @@ com.mysema.querydsl querydsl-apt - 0.5.4 + 1.8.2 provided com.mysema.querydsl querydsl-hql - 0.5.4 + 1.8.2 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + ]]> @@ -422,7 +428,7 @@ new HibernateUpdateClause(session, cat).where(cat.name.eq("Bob")) unique is used for a unique (single) result and list for a list result. Another example com.mysema.querydsl querydsl-apt - 0.5.4 + 1.8.2 provided com.mysema.querydsl querydsl-jdoql - 0.5.4 + 1.8.2 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + ]]> @@ -332,7 +338,7 @@ new JDOQLDeleteClause(pm, cat).where(cat.kittens.isNotEmpty()).execute(); for the query. unique is used for a unique result and list for a list result. Another example This declares that the database schema is to be mirrored into the com.myproject.domain package in the src/main/java folder. diff --git a/querydsl-docs/src/main/docbook/content/intro.xml b/querydsl-docs/src/main/docbook/content/intro.xml index e401a4952..bd027dabc 100644 --- a/querydsl-docs/src/main/docbook/content/intro.xml +++ b/querydsl-docs/src/main/docbook/content/intro.xml @@ -22,7 +22,7 @@ HQL for Hibernate was the first target language for Querydsl, but nowadays it supports - Collections, JDO, JDBC and RDFBean as backends. + Collections, JDO, JDBC, Lucene, Hibernate Search and RDFBean as backends.