Skip to content

Commit

Permalink
two very minor formatting changes
Browse files Browse the repository at this point in the history
I accidentally monospaced a regular word

Signed-off-by: Gavin King <gavin@hibernate.org>
  • Loading branch information
gavinking authored and lukasj committed May 22, 2024
1 parent d1b2f70 commit a3138b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ch03-entity-operations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ XML descriptor element.
* If X is a detached object, the
`EntityExistsException` may be thrown when the persist operation is
invoked, or the `EntityExistsException` or another
`PersistenceException` `may` be thrown at flush or commit time.
`PersistenceException` may be thrown at flush or commit time.
* For all entities Y referenced by a
relationship from X, if the relationship to Y has been annotated with
the `cascade` element value `cascade=PERSIST` or `cascade=ALL`, the
Expand Down Expand Up @@ -242,7 +242,7 @@ context of type `SynchronizationType.UNSYNCHRONIZED` or an
application-managed persistence context that has been created outside
the scope of the current transaction will only be synchronized to the
database if it has been joined to the current transaction by the
application's use of the `EntityManager` `joinTransaction` method.
application's use of the `EntityManager.joinTransaction` method.

The state of persistent entities is
synchronized to the database at transaction commit. This synchronization
Expand Down

0 comments on commit a3138b1

Please sign in to comment.