public List<Country> getDistinctCountry(Country countryWhat, Country positiveCountry, Country negativeCountry) {
return partialLoadWithParentCountry(countryWhat, positiveCountry, negativeCountry, new QuerySelectDistinctInit(), null, false);
}
public List<Country> partialLoadWithParentCountry(Country countryWhat, Country positiveCountry, Country negativeCountry) {
return partialLoadWithParentCountry(countryWhat, positiveCountry, negativeCountry, new QuerySelectInit(), null, false);
}