Fix typo in '12.2.3. StalelessSession'

This commit is contained in:
syeeuns 2023-08-08 00:46:05 +09:00 committed by Christian Beikov
parent 7974c0a842
commit e747b3d9b7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ include::{example-dir-doc-batch}/BatchTests.java[tags=batch-stateless-session-ex
----
====
The `Customer` instances returned by the query are immediately detached.
The `Person` instances returned by the query are immediately detached.
They are never associated with any persistence context.
[NOTE]