added stub for Querydsl Scala docs

This commit is contained in:
Timo Westkämper 2011-03-05 21:56:51 +00:00
parent 352051e95a
commit 73b57650ca
2 changed files with 16 additions and 0 deletions

View File

@ -15,5 +15,6 @@
<xi:include href="tutorials/lucene.xml" />
<xi:include href="tutorials/hibernate-search.xml" />
<xi:include href="tutorials/mongodb.xml" />
<xi:include href="tutorials/scala.xml" />
</chapter>

View File

@ -0,0 +1,15 @@
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<sect1 id="scala" revision="1">
<title>Querying in Scala</title>
<para>TODO</para>
<!--
* DSL expressions for Scala
* Querying with SQL
* Querying with other backends
-->
</sect1>