persistence
persistence copied to clipboard
introduce ManagedEntityMode
finally addresses issue #62
The readOnly hint on a transaction should IMO affect the default managed entity mode of a session: https://github.com/jakartaee/transactions/issues/220
The
readOnlyhint on a transaction should IMO affect the default managed entity mode of a session:
Indeed, that would be ideal.