Using org.springframework.data.repository.CrudRepository
, how can I add a many-to-many relationship to another exiting record with only the key reference to that entity.
For example:
If a person has a many to many relationship with addresses, how can I add to an existing person a relationship to an existing address by just using the address primary key.