Skip to content

Commit 6f8b635

Browse files
authored
docs: changing entity_key to component_id (#2049)
1 parent 0f0f9f2 commit 6f8b635

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/src/modules/java-protobuf/pages/quickstart/cr-value-entity-views-java.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Start by downloading the xref:java-protobuf:quickstart/cr-value-entity-java.ado
4040
kalix quickstart download customer-registry-java
4141
----
4242

43-
You can access the `Customer` https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#entity_key[Entity id]. In this guide we will describe how to retrieve customers by email or name instead.
43+
You can access the `Customer` https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#component_id[id]. In this guide we will describe how to retrieve customers by email or name instead.
4444

4545
== Define the CustomerByEmail View
4646

docs/src/modules/java-protobuf/pages/views.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:page-supergroup-java-scala: Language
33
include::ROOT:partial$include.adoc[]
44

5-
You can access a single https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#entity_key[Entity id]. You might want to retrieve multiple Entities, or retrieve them using an attribute other than the key. Kalix https://docs.kalix.io/reference/glossary.html#view[Views] allow you achieve this. By creating multiple Views, you can optimize for query performance against each one.
5+
You can access a single https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#component_id[id]. You might want to retrieve multiple Entities, or retrieve them using an attribute other than the key. Kalix https://docs.kalix.io/reference/glossary.html#view[Views] allow you achieve this. By creating multiple Views, you can optimize for query performance against each one.
66

77
Views can be defined from any of the following:
88

docs/src/modules/java/pages/quickstart/cr-value-entity-views-java.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Start by downloading the xref:java:quickstart/cr-value-entity-java.adoc[Custome
2626
kalix quickstart download customer-registry-java
2727
----
2828

29-
You can access the `Customer` https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#entity_key[Entity id]. In this guide we will describe how to retrieve customers by email or name instead.
29+
You can access the `Customer` https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#component_id[id]. In this guide we will describe how to retrieve customers by email or name instead.
3030

3131
== Define the CustomerByEmail View
3232

docs/src/modules/java/pages/views.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include::ROOT:partial$include.adoc[]
55

6-
You can access a single https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#entity_key[Entity id]. But sometimes this is not enough. You might want to retrieve multiple Entities, or retrieve them using an attribute other than the key. Kalix https://docs.kalix.io/reference/glossary.html#view[Views] allow you to achieve this. You can create one View for each, so that it is optimized for a specific query, or combine multiple queries into a single View.
6+
You can access a single https://docs.kalix.io/reference/glossary.html#entity[Entity] with its https://docs.kalix.io/reference/glossary.html#component_id[id]. But sometimes this is not enough. You might want to retrieve multiple Entities, or retrieve them using an attribute other than the key. Kalix https://docs.kalix.io/reference/glossary.html#view[Views] allow you to achieve this. You can create one View for each, so that it is optimized for a specific query, or combine multiple queries into a single View.
77

88
Views can be defined from any of the following:
99

0 commit comments

Comments
 (0)