Skip to content

Bug with exists queries #622

@berickus

Description

@berickus

I have a query in my repo:
boolean existsByReferenceUuid(UUID referenceUuid);

According to the documentation this should work, but when using it I retrieve this:
java.lang.ClassCastException: my.program.MyClass incompatible with java.lang.Boolean

This is my repo config:
public interface MyClassRepository extends RedisDocumentRepository<MyClass, UUID>

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingv1.0.0

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions