Relative Content

Tag Archive for javaspringwebspring-data-jpaspring-data

Can’t delete entity with EmbeddableId in Spring JPA

I’m trying to delete an entity with a composite primary key whose constituents are other 2 entities from a database (many to many relationship, code below). The primary keys of these entities are ids of type Long and I try to delete exactly by these ids (the code is again below) without a native request, but in response I get the following exception: