From 681d56b7d1e76f28976592d218c8d7783962d65b Mon Sep 17 00:00:00 2001 From: jtsay362 Date: Sat, 19 Oct 2013 03:32:23 -0700 Subject: [PATCH] Update documentation 1) Fix HibernateDomainExporter package 2) Add notes about lack of Scala support for HibernateDomainExporter. 3) Remove reference to com.mysema.query.scala.Conversions which no longer exists --- .../src/main/docbook/en-US/content/tutorials/jpa.xml | 2 +- .../src/main/docbook/en-US/content/tutorials/scala.xml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/querydsl-docs/src/main/docbook/en-US/content/tutorials/jpa.xml b/querydsl-docs/src/main/docbook/en-US/content/tutorials/jpa.xml index 465967404..7f3114141 100644 --- a/querydsl-docs/src/main/docbook/en-US/content/tutorials/jpa.xml +++ b/querydsl-docs/src/main/docbook/en-US/content/tutorials/jpa.xml @@ -169,7 +169,7 @@ metadata to create your Querydsl model. - com.mysema.query.jpa.hibernate.HibernateDomainExporter provides the + com.mysema.query.jpa.codegen.HibernateDomainExporter provides the functionality for this: - The main import for Querydsl Scala integration is the following - - - The factory method for query creation is + Note: the Scala support is not yet available if you use Hibernate with an XML based configuration. HibernateDomainExporter currently only outputs Java source files. + \ No newline at end of file