Originally Posted by heart_throbber Hi all, I have 2 DTOs & 2 Entities, 1 controller & 1 service implementation over here. Now, my problem is at the service implementation setStates. I dont know how to set states to address entity from addressDTO's getStatesList. because address entity includes state entity while addressDTO using stateDTO . My Address Entity: Java Code: public class Address { private List<State> states; public List<State> ...
public class Address { private List<State> states; public List<State>