1 | <?php |
||
12 | class TestCountryDao extends CountryBaseDao |
||
13 | { |
||
14 | /** |
||
15 | * @return CountryBean[]|Result |
||
16 | */ |
||
17 | public function getCountriesByUserCount() |
||
29 | |||
30 | /** |
||
31 | * @return CountryBean[]|Result |
||
32 | */ |
||
33 | public function getCountriesUsingUnion() |
||
47 | |||
48 | /** |
||
49 | * @return CountryBean[]|Result |
||
50 | */ |
||
51 | public function getCountriesUsingSimpleQuery() |
||
61 | |||
62 | /** |
||
63 | * @return CountryBean[]|Result |
||
64 | */ |
||
65 | public function getCountriesUsingDistinctQuery() |
||
75 | } |
||
76 |