Open
Description
Hello,
Currently there's no way to get all the revisions for a given class, you always have to pass the ID
as a parameter.
This makes it harder to retrieve information on records that have already been deleted (you cannot search for the revision information as you don't have the ID
anymore.
Ideally we would have two additional methods in RevisionRepository
: findAllRevisions()
and findAllRevisions(Pageable pageable)
What do you think?
Thanks