Method: (FINALIZE-INHERITANCE AFTER PERSISTENT-CLASS)

Source

(defmethod finalize-inheritance :after ((class persistent-class))
  (update-slot-info class))
Source Context