Details
Description
It should be possible to mark an entity class as read-only so that it is never considered for change-tracking after it has been initially inserted into the database.
This feature is mainly a flush performance tweak to avoid checking objects for changes which can never actually change.