Merge pull request #1651 from querydsl/remove-reset-docs

Remove metadata reset comment in docs
This commit is contained in:
Ruben Dijkstra 2015-11-12 19:41:16 +01:00
commit f43bba70da

View File

@ -44,11 +44,6 @@
in all implementations and also the Query interfaces have a common base interface.
</para>
<para>
All query instances can be reused multiple times. After the projection the paging data
(limit and offset) and the definition of the projection are removed.
</para>
<para>
To get an impression of the expressivity of the Querydsl query and expression types go to
the javadocs and explore <code>com.querydsl.core.Query</code>, <code>com.querydsl.core.Fetchable</code>