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.
Currently only non-abstract classes work for the following resolution of changes:
byClasswith an abstract class nothing is returned. It would be nice if all subclasses are queried and changes on all of them are returned.