-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixtype: bugA general bugA general bug
Milestone
Description
Here is a sample repository:
@Repository
public interface UserRoleRepository extends ReactiveCrudRepository<UserRole, UUID> {
@Query("delete from account.User_Role where user_id = $1")
Mono<Void> deleteAllByUserId(UUID userId);
}
This produces the error org.springframework.data.mapping.MappingException: Couldn't find PersistentEntity for type class java.lang.Void!
and I'm not sure to know how to make this work and wasn't able to find anything relevant in the documentation & issues.
Any help on this ? Thank you guys !
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fixtype: bugA general bugA general bug