You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)