I have an entity, for address and an entity, for Person, and he has an attribute address_ids; in it, which is an int [] type, which contains an array of address"s id.
how to map this address_ids field directly to an object of List < Address >.
or is there any other way to implement
I use spring data jpa