In an Oracle db there is a "COUNTRY" UDT which contains a nested table of a different "CITY" UDT (every country can have several cities).
How can I implement a "cities" property in a Java class "Country" (which implements SQLData interface) that could be mapped to "CITY" UDT?