Browse Source

DATAMONGO-347 - Added documentation to mention query parameter binding does not work with DBRefs.

pull/1/head
Oliver Gierke 14 years ago
parent
commit
7af009cc7f
  1. 6
      src/docbkx/reference/mongo-repositories.xml

6
src/docbkx/reference/mongo-repositories.xml

@ -159,6 +159,12 @@ public class PersonRepositoryTests { @@ -159,6 +159,12 @@ public class PersonRepositoryTests {
that you can query based on properties which are not a primitive
type.</para>
<note>
<para>Note that for version 1.0 we currently don't support referring to
parameters that are mapped as <classname>DBRef</classname> in the domain
class.</para>
</note>
<para><table>
<title>Supported keywords for query methods</title>

Loading…
Cancel
Save