You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/modules/data-access/pages/jpql-extensions.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ select e from Region e where e.locale = :current_locale
39
39
40
40
The parameter value is derived from the locale of the current user session, which is obtained from the xref:security:authentication.adoc#current[CurrentAuthentication] object.
41
41
42
+
IMPORTANT: User attributes (`current_user_*`) are retrieved upon user login and stored in memory. Consequently, if the corresponding values are updated in the database, they are not immediately accessible to the application code.
0 commit comments