Currently I get the changes (limited by 10) of a certain entity (location) by calling...
javers.getChangeHistory(InstanceIdDTO.instanceId(location.getId(), Location.class), 10);
Is there a way to get all changes of all locations (also with limit and maybe ordered by date)?
Currently I get the changes (limited by 10) of a certain entity (location) by calling...
Is there a way to get all changes of all locations (also with limit and maybe ordered by date)?