isTypeSupplier

protected boolean isTypeSupplier()

Tells if this repository should be registered as a type supplier with a Stand of the BoundedContext to which this repository belongs.

Normally repositories are type suppliers. Some types of internal repositories are not type suppliers because data of their entities should not be exposed. Those classes of repositories should overwrite this method returning false.

Return

true by default