File tree Expand file tree Collapse file tree
docs/docs.jpa/src/main/asciidoc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
26912691may use this option if the application guarantees or does not care about
26922692the 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`
26942694and it is in the cache, then it must exist.
26952695* `CHECK_DATABASE` – Perform a `SELECT` on the database.
26962696
You can’t perform that action at this time.
0 commit comments