DATADOC-18 - Let Repository subsystem use MongoOperations instead of MongoTemplate.

This commit is contained in:
Oliver Gierke
2010-12-16 13:05:50 +01:00
parent 95e5f703b5
commit 95ac7e638c
6 changed files with 81 additions and 72 deletions

View File

@@ -1,43 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Spring Datastore Document - Reference Documentation</title>
<bookinfo>
<title>Spring Datastore Document - Reference Documentation</title>
<releaseinfo>&version;</releaseinfo>
<releaseinfo>version;</releaseinfo>
<authorgroup>
<author>
<firstname>Mark</firstname>
<surname>Pollack</surname>
</author>
<author>
<firstname>Thomas</firstname>
<surname>Risberg</surname>
</author>
</authorgroup>
<authorgroup>
<author>
<firstname>Mark</firstname>
<legalnotice>
<para>
Copies of this document may be made for your own use and for distribution
to others, provided that you do not charge any fee for such copies and
further provided that each copy contains this Copyright Notice, whether
distributed in print or electronically.
</para>
</legalnotice>
</bookinfo>
<surname>Pollack</surname>
</author>
<toc/>
<author>
<firstname>Thomas</firstname>
<xi:include href="preface.xml"/>
<surname>Risberg</surname>
</author>
<part>
<title>Reference</title>
<partintro>
<para>
This part of the reference documentation details the ...
</para>
</partintro>
<!-- <xi:include href="amqp.xml"/> -->
</part>
</book>
<author>
<firstname>Oliver</firstname>
<surname>Gierke</surname>
</author>
</authorgroup>
<legalnotice>
<para>Copies of this document may be made for your own use and for
distribution to others, provided that you do not charge any fee for such
copies and further provided that each copy contains this Copyright
Notice, whether distributed in print or electronically.</para>
</legalnotice>
</bookinfo>
<toc />
<xi:include href="preface.xml" />
<xi:include href="mongo.xml" />
<part>
<title>Reference</title>
<partintro>
<para>This part of the reference documentation details the ...</para>
</partintro>
<!-- <xi:include href="amqp.xml"/> -->
</part>
</book>