Summary
- add read only uow (commit: d78d415) (details)
- add interface for read-only mode (commit: aea61c5) (details)
- implement methods for read-only, return read-only UOW for connection acquisition (commit: 97a1ec2) (details)
- implement read-only methods (commit: 6f51533) (details)
- add log for read-only uow acquisition (commit: eabfa8a) (details)
- throw exceptions for not implemented methods (commit: 5906735) (details)
- make logger protecte of abstract uow (commit: 3215cdc) (details)
- prepare read-only mode using properties instead of api propagation (commit: 7a2f116) (details)
- remove read-only tracking mode (commit: d2943be) (details)
- change read-only uow acquiring (commit: 1a51050) (details)
- add transaction mode property (commit: 5098a26) (details)
- make getFieldDescriptor method protected (commit: d15527b) (details)
- implement basic functionality of read-only uow (commit: b4ee50b) (details)
- fix typo (commit: 59e4b63) (details)
- implement reference proxies by readingObject method (commit: fbddd3c) (details)
- implement detaching, commit, getting object state (commit: b969678) (details)
- classify methods for future processing (commit: 79c691b) (details)
- remove unnecessary methods (commit: c05e64d) (details)
- add tests for read-only unit of work (commit: 1e26c30) (details)
- remove parent methods, use some parent methods (commit: 3a80b5e) (details)
- user 'super' for parent methods, move methods to bottom of the class (commit: 848ce57) (details)
- implement post load listener (commit: 6184130) (details)
- fix getting originals with different descriptors (commit: f3b2c0e) (details)
- fix load state registration if original is not in load state registry (commit: e7b0436) (details)
- fix lazy loading proxy removel on entity unregister (commit: 531e605) (details)
- add 'super' keyword, add TODO (commit: a8aac5b) (details)
- add imports (commit: 454aabd) (details)
- add new tests (commit: 50d81db) (details)
- remove unused imports, refactor unused methods, make refresh + merge not implemented (commit: 36a756f) (details)
- change commit log message, add unimplemented method for collection registration, remove comment (commit: db18979) (details)
- add unimplemented methods for collection registration (commit: fe73b4b) (details)
- refactor unit tests (commit: 3c0f4e1) (details)
- refactor tests (commit: 007402c) (details)
- fix spelling of readwrite java file (commit: e3e297d) (details)
- add server session aquireUOW tests (commit: a73a9bb) (details)
- bypass cache when loading params byPassCache is true (commit: d1a33d1) (details)
- bypass cache when loading parameters from storage (commit: 4778072) (details)
- register entities in collections (commit: e98be3c) (details)
- clean code (commit: c0d1afb) (details)
- clean code (commit: 3541ac6) (details)
- enable turning off cache manager (commit: 9185e50) (details)
- add registration with cloning (commit: 93f0832) (details)
- introduce cache enabled for read-only mode (commit: cf760db) (details)
- Add read-only em creation test (commit: 8d6bebb) (details)
- force bypass cache for ReadOnlyUnitOfWork (commit: 3af18f0) (details)
- test bypassCache prevents caching (commit: d0e8fea) (details)
- add integration tests for read-only mode and cache (commit: b0938c5) (details)
- register existing object with CloneRegistrationDesc in cloneLoadedFieldValue (commit: 5835e14) (details)
- move read-write tests (commit: dc3481a) (details)
- finalize tests (commit: 5e23ad9) (details)
- finalize read-only mode (commit: 17c1a46) (details)
- change year to 2025 (commit: a18808e) (details)
- remove debug print (commit: 9772a37) (details)
- remove debug prints (commit: bc0ef97) (details)
- move read-write test to read-write test base (commit: bbd67fb) (details)
- implement read-only model (commit: 4fd9b47) (details)
- use for loop instead of function forEach (commit: 659191a) (details)
- rework uow acquistion test to parameterized test (commit: 7a63f29) (details)
- check entity managed in pluar entity registration (commit: 416000a) (details)
- replace throws with static method - unsupported methods (commit: 63b8e08) (details)
- add more specific log to the commit method (commit: dcee442) (details)
- add javadoc (commit: a0c897d) (details)
- update javadoc (commit: 3722e41) (details)
- simplify read-only mode check condition and use constant for it (commit: fb56c23) (details)
- implement commitToStorage and use it during uow commit (commit: 337dde1) (details)
- remove reduntant test (commit: 231fd2a) (details)
- add assertion for lazy proxy - should also be instance of original class (commit: 50545c4) (details)
- fix comment, remove TODo (commit: ecb6b78) (details)
- rename test method - cloning subgraph (commit: 4bb093c) (details)
