| Package | Description |
|---|---|
| io.ultreia.gc.db.entity |
| Modifier and Type | Field and Description |
|---|---|
protected GcDistrict |
GcCacheAbstract.district
Nom de l'attribut en BD : district
|
| Modifier and Type | Method and Description |
|---|---|
GcDistrict |
GcCache.getDistrict() |
GcDistrict |
GcCacheAbstract.getDistrict() |
GcDistrict |
GcCacheRefWithCoordinates.getDistrict() |
static GcDistrict |
GcDistrict.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcDistrict[] |
GcDistrict.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.findAllByDistrict(GcDistrict v)
Deprecated.
|
E |
GeneratedGcCacheTopiaDao.findByDistrict(GcDistrict v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forDistrictEquals(GcDistrict v) |
void |
GcCache.setDistrict(GcDistrict district) |
void |
GcCacheAbstract.setDistrict(GcDistrict district) |
void |
GcCacheRefWithCoordinates.setDistrict(GcDistrict district) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forDistrictIn(Collection<GcDistrict> v) |
void |
GcCacheTopiaDao.updateDistricts(Map<String,GcDistrict> result) |
Copyright © 2017 Ultreia.io. All rights reserved.