endObjectTracking

endObjectTracking();

The endObjectTracking method of the System class ends recording persistent object read operations from the database or write operations to the database.

An object tracking session is started using the beginObjectTracking method defined in the System class. If the endObjectTracking method is called when object tracking is not active, an 1139 exception (Object tracking is not active) is raised.