88 lines
2.9 KiB
XML
88 lines
2.9 KiB
XML
<?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 Data MongoDB - Reference Documentation</title>
|
|
|
|
<releaseinfo>&version;</releaseinfo>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Mark</firstname>
|
|
<surname>Pollack</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Thomas</firstname>
|
|
<surname>Risberg</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Oliver</firstname>
|
|
<surname>Gierke</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Costin</firstname>
|
|
<surname>Leau</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Jon</firstname>
|
|
<surname>Brisbin</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Thomas</firstname>
|
|
<surname>Darimont</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"/>
|
|
|
|
<part id="introduction">
|
|
<title>Introduction</title>
|
|
|
|
<xi:include href="introduction/introduction.xml"/>
|
|
<xi:include href="introduction/why-sd-doc.xml"/>
|
|
<xi:include href="introduction/requirements.xml"/>
|
|
<xi:include href="introduction/getting-started.xml"/>
|
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repositories.xml">
|
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
|
|
</xi:include>
|
|
</part>
|
|
|
|
<part id="reference">
|
|
<title>Reference Documentation</title>
|
|
|
|
<xi:include href="reference/introduction.xml"/>
|
|
<xi:include href="reference/mongodb.xml"/>
|
|
<xi:include href="reference/mongo-repositories.xml"/>
|
|
<xi:include href="reference/mapping.xml"/>
|
|
<xi:include href="reference/cross-store.xml"/>
|
|
<xi:include href="reference/logging.xml"/>
|
|
<xi:include href="reference/jmx.xml"/>
|
|
</part>
|
|
|
|
<part id="appendix">
|
|
<title>Appendix</title>
|
|
|
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-namespace-reference.xml">
|
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
|
|
</xi:include>
|
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
|
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
|
|
</xi:include>
|
|
</part>
|
|
|
|
</book>
|