Overriding Pre Data Access, Post Data Access, and On-Fail exit points

In order to override thePre Data Access,Post Data Access, orOn-fail exit points of an entity in a subclass:

For example, consider two classes, EntityClass and EntitySubClass with the subclass, EntitySubClass, inheriting the key and details of the superclass. The same operations would be defined in both classes; e.g.: insert, read, and modify. In both these classes these operations would have the following exit point options enabled:

For more information on exit points see Exit Points.