| Package | Description |
|---|---|
| io.ultreia.gc.db.entity |
| Modifier and Type | Field and Description |
|---|---|
protected GcCountry |
GcCacheCountryStatsAbstract.country
Nom de l'attribut en BD : country
|
protected GcCountry |
GcCacheAbstract.country
Nom de l'attribut en BD : country
|
| Modifier and Type | Method and Description |
|---|---|
GcCountry |
GcCacheCountryStatsAbstract.getCountry() |
GcCountry |
GcCacheCountryStats.getCountry() |
GcCountry |
GcCache.getCountry() |
GcCountry |
GcCacheAbstract.getCountry() |
GcCountry |
GcState.getCountry() |
static GcCountry |
GcCountry.of(int code) |
static GcCountry |
GcCountry.of(String name) |
static GcCountry |
GcCountry.ofCompact(String compactName) |
static GcCountry |
GcCountry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcCountry[] |
GcCountry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
GeneratedGcCacheTopiaDao.findAllByCountry(GcCountry v)
Deprecated.
|
List<E> |
GeneratedGcCacheCountryStatsTopiaDao.findAllByCountry(GcCountry v)
Deprecated.
|
E |
GeneratedGcCacheTopiaDao.findByCountry(GcCountry v)
Deprecated.
|
E |
GeneratedGcCacheCountryStatsTopiaDao.findByCountry(GcCountry v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forCountryEquals(GcCountry v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheCountryStatsTopiaDao.forCountryEquals(GcCountry v) |
void |
GcCacheCountryStatsAbstract.setCountry(GcCountry country) |
void |
GcCacheCountryStats.setCountry(GcCountry country) |
void |
GcCache.setCountry(GcCountry country) |
void |
GcCacheAbstract.setCountry(GcCountry country) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forCountryIn(Collection<GcCountry> v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheCountryStatsTopiaDao.forCountryIn(Collection<GcCountry> v) |
Copyright © 2017 Ultreia.io. All rights reserved.