Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/partitioning.md
Co-Authored-By: Ken Stevens <khstevens@gmail.com>
This commit is contained in:
parent
6e444986bc
commit
50ef7d7afd
|
@ -77,7 +77,7 @@ The criteria for determining the partition will depend on your use case. For exa
|
||||||
|
|
||||||
## Identify Partition for Read (Optional)
|
## Identify Partition for Read (Optional)
|
||||||
|
|
||||||
A hook against the [`Pointcut.STORAGE_PARTITION_IDENTIFY_CREATE`](/apidocs/hapi-fhir-base/ca/uhn/fhir/interceptor/api/Pointcut.html#STORAGE_PARTITION_IDENTIFY_CREATE) pointcut must be registered, and this hook method will be invoked every time a resource is being created in order to determine the partition to create the resource in.
|
A hook against the [`Pointcut.STORAGE_PARTITION_IDENTIFY_CREATE`](/apidocs/hapi-fhir-base/ca/uhn/fhir/interceptor/api/Pointcut.html#STORAGE_PARTITION_IDENTIFY_CREATE) pointcut must be registered, and this hook method will be invoked every time a resource is created in order to determine the partition to assign the resource to.
|
||||||
|
|
||||||
## Example: Partitioning based on Tenant ID
|
## Example: Partitioning based on Tenant ID
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue