| Package | Description |
|---|---|
| io.ultreia.gc.db.entity |
| Modifier and Type | Field and Description |
|---|---|
protected GcState |
GcCacheStateStatsAbstract.state
Nom de l'attribut en BD : state
|
protected GcState |
GcCacheAbstract.state
Nom de l'attribut en BD : state
|
| Modifier and Type | Method and Description |
|---|---|
GcState |
GcCacheStateStats.getState() |
GcState |
GcCache.getState() |
GcState |
GcCacheStateStatsAbstract.getState() |
GcState |
GcCacheAbstract.getState() |
static GcState |
GcState.of(int code) |
static GcState |
GcState.of(String name) |
static GcState |
GcState.ofCompact(String compactName) |
static GcState |
GcState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcState[] |
GcState.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> |
GeneratedGcCacheStateStatsTopiaDao.findAllByState(GcState v)
Deprecated.
|
List<E> |
GeneratedGcCacheTopiaDao.findAllByState(GcState v)
Deprecated.
|
E |
GeneratedGcCacheStateStatsTopiaDao.findByState(GcState v)
Deprecated.
|
E |
GeneratedGcCacheTopiaDao.findByState(GcState v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheStateStatsTopiaDao.forStateEquals(GcState v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forStateEquals(GcState v) |
void |
GcCacheStateStats.setState(GcState state) |
void |
GcCache.setState(GcState state) |
void |
GcCacheStateStatsAbstract.setState(GcState state) |
void |
GcCacheAbstract.setState(GcState state) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheStateStatsTopiaDao.forStateIn(Collection<GcState> v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedGcCacheTopiaDao.forStateIn(Collection<GcState> v) |
Copyright © 2017 Ultreia.io. All rights reserved.