Skip to content

Commit cf0079d

Browse files
authored
Update index.html
1 parent 96d8e50 commit cf0079d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4.4.1/reference/html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ <h3 id="key-concepts"><a class="anchor" href="#key-concepts"></a><a class="link"
23032303
By default, collection name will be class name of user domain class. To customize it, add annotation <code>@Document(collection="myCustomCollectionName")</code> to your domain class, that&#8217;s all.</p>
23042304
</li>
23052305
<li>
2306-
<p>Supports <a href="https://docs.microsoft.com/azure/cosmos-db/partitioning-overview">Azure Cosmos DB partition</a>. To specify a field of your domain class to be partition key field, just annotate it with <code>@PartitionKey</code>. When you do CRUD operation, please specify your partition value. For more sample on partition CRUD, please refer to <a href="https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos-test/src/test/java/com/azure/spring/data/cosmos/repository/integration/AddressRepositoryIT.java">test here</a></p>
2306+
<p>Supports <a href="https://docs.microsoft.com/azure/cosmos-db/partitioning-overview">Azure Cosmos DB partition</a>. To specify a field of your domain class to be partition key field, just annotate it with <code>@PartitionKey</code>. When you do CRUD operation, please specify your partition value. For more sample on partition CRUD, please refer to <a href="https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-data-cosmos/src/test/java/com/azure/spring/data/cosmos/repository/integration/AddressRepositoryIT.java">test here</a></p>
23072307
</li>
23082308
<li>
23092309
<p>Supports <a href="https://docs.spring.io/spring-data/commons/docs/current/reference/html/#repositories.query-methods.details">Spring Data custom query</a> find operation.</p>
@@ -9093,4 +9093,4 @@ <h3 id="deploy-application-to-azure-hosting-services"><a class="anchor" href="#d
90939093
<script type="text/javascript" src="js/tocbot/tocbot.min.js"></script>
90949094
<script type="text/javascript" src="js/toc.js"></script>
90959095
</body>
9096-
</html>
9096+
</html>

0 commit comments

Comments
 (0)