This commit is contained in:
Gavin King 2022-01-27 20:30:57 +01:00
parent f9141ecb5a
commit e80892b77f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ HQL features four different kinds of statement:
[IMPORTANT]
====
The effect of an `update` and `delete` statement is not reflected in the persistence context, nor in the state of entity objects held in memory at the time the statement is executed.
The effect of an `update` or `delete` statement is not reflected in the persistence context, nor in the state of entity objects held in memory at the time the statement is executed.
It is the responsibility of the application to maintain synchronization of state held in memory with the database after execution of an `update` or `delete` statement.
====