Skip to content

QueryBuilder can take abstract class #209

@igler

Description

@igler

Currently only non-abstract classes work for the following resolution of changes:

javers.findChanges(QueryBuilder.byClass(NotAnAbstractEntity.class).build());
If I try byClass with an abstract class nothing is returned. It would be nice if all subclasses are queried and changes on all of them are returned.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions