Checks if repositories which have all the provided properties exists. For example, if request is GET existsByProperties?accountId=123&projectId=ABC then result will be positive only if there is at least one repository
with both properties accountId=123 and projectId=ABC. Special property _updateSequenceId can be used to filter
all entities with updateSequenceId less or equal than the value specified. In addition to the optional
_updateSequenceId, one or more query params must be supplied to specify properties to search by.
Checks if repositories which have all the provided properties exists. For example, if request is
GET existsByProperties?accountId=123&projectId=ABCthen result will be positive only if there is at least one repository with both propertiesaccountId=123andprojectId=ABC. Special property_updateSequenceIdcan be used to filter all entities with updateSequenceId less or equal than the value specified. In addition to the optional_updateSequenceId, one or more query params must be supplied to specify properties to search by.