| Package | Description |
|---|---|
| com.franciaflex.faxtomail.persistence.entities |
| Modifier and Type | Field and Description |
|---|---|
protected HistoryType |
HistoryAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
HistoryType |
HistoryAbstract.getType() |
HistoryType |
History.getType() |
static HistoryType |
HistoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryType[] |
HistoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
E |
GeneratedHistoryTopiaDao.createByNotNull(HistoryType type) |
List<E> |
GeneratedHistoryTopiaDao.findAllByType(HistoryType v)
Deprecated.
|
E |
GeneratedHistoryTopiaDao.findByType(HistoryType v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedHistoryTopiaDao.forTypeEquals(HistoryType v) |
void |
HistoryAbstract.setType(HistoryType type) |
void |
History.setType(HistoryType type) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedHistoryTopiaDao.forTypeIn(Collection<HistoryType> v) |
Copyright © 2014–2016 CodeLutin. All rights reserved.