@MappedEntity(namingStrategy=NamingStrategies.Raw.class) public class CountryRegion extends java.lang.Object
Constructor and Description |
---|
CountryRegion(java.lang.String name,
Country country) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<City> |
getCities() |
Country |
getCountry() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
void |
setCities(java.util.Set<City> cities) |
void |
setId(java.lang.Long id) |
public CountryRegion(java.lang.String name, @Nullable Country country)