Open
Description
I want to check whether the Whitelists entity is existing or not.
`
public interface WhitelistRepository extends ElasticsearchRepository<Whitelists, String> {
boolean existsByNormalizedNameAndCompanyId(String normalizedName, String companyId);
}`
Expected: The result will be boolean.
Actual: they return 1 Whitelist
object instead.
Metadata
Metadata
Assignees
Labels
No labels