HHH-16038 Fix PersistenceContext.setDefaultReadonly javadoc mistake
This commit is contained in:
parent
85a5b17ae3
commit
669be6a776
|
@ -628,8 +628,8 @@ public interface PersistenceContext {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the default for entities and proxies loaded into this persistence
|
* Change the default for entities and proxies loaded into this persistence
|
||||||
* context from modifiable to read-only mode, or from modifiable to read-only
|
* context from modifiable to read-only mode, or from read-only mode to
|
||||||
* mode.
|
* modifiable.
|
||||||
*
|
*
|
||||||
* Read-only entities are not dirty-checked and snapshots of persistent
|
* Read-only entities are not dirty-checked and snapshots of persistent
|
||||||
* state are not maintained. Read-only entities can be modified, but
|
* state are not maintained. Read-only entities can be modified, but
|
||||||
|
|
Loading…
Reference in New Issue