DebugUnitOfWork |
|
| Your trail: |
Difference between
version 13
and
version 12:
| Line 5 was replaced by line 5 |
| - ;[performPartialValidation()|javadoc:sessions/UnitOfWork.html#performPartialValidation()] and [performFullValidation()|javadoc:sessions/UnitOfWork.html#performFullValidation()]:The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache. The level of validation can be increased or decreased for debugging purposes or under advanced situation where the application requires/desires to violate clone identity in the unit of work. It is strongly suggested that clone identity not be violate in the unit of work. ''Both these methods simply set the validation level on the UOW. They don't actually do anything.'' |
| + ;[performPartialValidation()|javadoc:sessions/UnitOfWork.html#performPartialValidation()] and [performFullValidation()|javadoc:sessions/UnitOfWork.html#performFullValidation()]:Both these methods simply set the validation level on the UOW. Increase the validation level manually for more info? |
Back to DebugUnitOfWork,
or to the Page History.
|