Skip to content

Commit 40df9e5

Browse files
author
Radek Felcman
authored
Documentation typo fix (#2469)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
1 parent 9244330 commit 40df9e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs.jpa/src/main/asciidoc/annotations_ref.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2022, 2023 Oracle and/or its affiliates. All rights reserved.
3+
Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved.
44

55
This program and the accompanying materials are made available under the
66
terms of the Eclipse Public License v. 2.0, which is available at
@@ -2670,7 +2670,7 @@ link:#CEGHFAIB[Table 2-20] describes this annotation's elements.
26702670
26712671
* `ASSUME_EXISTENCE`
26722672
* `ASSUME_NON_EXISTENCE`
2673-
* `CHECK_CHACHE`
2673+
* `CHECK_CACHE`
26742674
* `CHECK_DATABASE`
26752675
26762676
|`CHECK_CACHE`
@@ -2690,7 +2690,7 @@ guarantees or does not care about the existence check.
26902690
* `ASSUME_NON_EXISTENCE` – Assume that the object does not exist. You
26912691
may use this option if the application guarantees or does not care about
26922692
the existence check. This will always force an `INSERT` operation.
2693-
* `CHECK_CHACHE` – If the object's primary key does not include `null`
2693+
* `CHECK_CACHE` – If the object's primary key does not include `null`
26942694
and it is in the cache, then it must exist.
26952695
* `CHECK_DATABASE` – Perform a `SELECT` on the database.
26962696

0 commit comments

Comments
 (0)