@MappedEntity(namingStrategy=NamingStrategies.Raw.class) public class CountryRegionCity extends java.lang.Object
Constructor and Description |
---|
CountryRegionCity(CountryRegion countryRegion,
City city) |
Modifier and Type | Method and Description |
---|---|
City |
getCity() |
CountryRegion |
getCountryRegion() |
public CountryRegionCity(CountryRegion countryRegion, City city)
@Relation(value=MANY_TO_ONE) public CountryRegion getCountryRegion()
@Relation(value=MANY_TO_ONE) public City getCity()