diff --git a/reference/en/modules/transactions.xml b/reference/en/modules/transactions.xml index 4173048221..06e0993a04 100644 --- a/reference/en/modules/transactions.xml +++ b/reference/en/modules/transactions.xml @@ -161,16 +161,6 @@ if a concurrent modification occured during user think time. - - - Detached Objects - If you decide to use the already - discussed session-per-request pattern, all loaded instances - will be in detached state during user think time. Hibernate allows you to - reattach the objects and persist the modifications, the pattern is called - session-per-request-with-detached-objects. Automatic - versioning is used to isolate concurrent modifications. - - Long Session - The Hibernate Session may @@ -181,6 +171,16 @@ concurrent modifications. + + + Detached Objects - If you decide to use the already + discussed session-per-request pattern, all loaded instances + will be in detached state during user think time. Hibernate allows you to + reattach the objects and persist the modifications, the pattern is called + session-per-request-with-detached-objects. Automatic + versioning is used to isolate concurrent modifications. + +