Skip to content

Search all revisions by class type - spring-data-envers #2481

Open
@gomezAlvaro

Description

@gomezAlvaro

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions