Removed obsolete dependency declarations. Fixed syntax highlighting for reference documentation. Include general Spring Data repositories documentation as well as namespace and keyword reference as appendix.
85 lines
3.3 KiB
XML
85 lines
3.3 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>
|
|
<bookinfo>
|
|
<title>Spring Data Couchbase - Reference Documentation</title>
|
|
|
|
<releaseinfo>&version;</releaseinfo>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Michael</firstname>
|
|
|
|
<surname>Nitschinger</surname>
|
|
|
|
<affiliation>
|
|
<jobtitle>Software Engineer</jobtitle>
|
|
|
|
<orgname>Couchbase, Inc.</orgname>
|
|
</affiliation>
|
|
|
|
<email>michael.nitschinger@couchbase.com</email>
|
|
</author>
|
|
<author>
|
|
<firstname>Oliver</firstname>
|
|
|
|
<surname>Gierke</surname>
|
|
|
|
<affiliation>
|
|
<jobtitle>Spring Data Project Lead</jobtitle>
|
|
|
|
<orgname>Pivotal Software, Inc.</orgname>
|
|
</affiliation>
|
|
|
|
<email>ogierke@gopivotal.com</email>
|
|
</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>
|
|
|
|
<copyright>
|
|
<year>2014</year>
|
|
|
|
<holder>The original authors.</holder>
|
|
</copyright>
|
|
|
|
<productname>Spring Data Couchbase - Reference Documentation</productname>
|
|
</bookinfo>
|
|
|
|
<toc/>
|
|
|
|
|
|
<xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<part id="reference">
|
|
<title>Reference Documentation</title>
|
|
<xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="entity.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.7.1.RELEASE/src/docbkx/repositories.xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
|
|
</xi:include>
|
|
<xi:include href="repository.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="template.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="caching.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
</part>
|
|
|
|
<part id="appendix">
|
|
<title>Appendix</title>
|
|
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.7.1.RELEASE/src/docbkx/repository-namespace-reference.xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<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.7.1.RELEASE/src/docbkx/repository-query-keywords-reference.xml"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
|
|
</xi:include>
|
|
</part>
|
|
|
|
</book> |