Closed meilechwieder closed 1 year ago
These methods added methods are internally using overridden methods. E.g. findById is just a wrapper around findOne, and since findOne is overridden, findById is automatically overridden too
findById
findOne
These methods added methods are internally using overridden methods. E.g.
findById
is just a wrapper aroundfindOne
, and sincefindOne
is overridden,findById
is automatically overridden too