Is there any way to call a method on the standard repository interface such as findAll from a custom repository class. It seems like composing methods from the standard repository with ones from your custom repository would be a common use case?