| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.generated |
The POEM-generated support classes for org.melati.poem.
|
| Modifier and Type | Field and Description |
|---|---|
static PoemTypeFactory |
PoemTypeFactory.BIGDECIMAL
BigDecimal base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.BINARY
Binary base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.BOOLEAN
Boolean base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.DATE
Date base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.DELETED
Deleted column factory.
|
static PoemTypeFactory |
PoemTypeFactory.DISPLAYLEVEL
Poem Displaylevel factory.
|
static PoemTypeFactory |
PoemTypeFactory.DOUBLE
Double base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.INTEGER
Integer base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.INTEGRITYFIX
Poem IntegrityFix factory.
|
static PoemTypeFactory |
PoemTypeFactory.LONG
Long base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.PASSWORD
Password base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.SEARCHABILITY
Poem Searchability factory.
|
static PoemTypeFactory |
PoemTypeFactory.STRING
String base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.TIME
Time base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.TIMESTAMP
Timestamp base-type factory.
|
static PoemTypeFactory |
PoemTypeFactory.TROID
Troid column factory.
|
PoemTypeFactory |
Setting.SettingTypeMismatchException.type
The factory used.
|
static PoemTypeFactory |
PoemTypeFactory.TYPE
Type column factory.
|
| Modifier and Type | Method and Description |
|---|---|
static PoemTypeFactory |
PoemTypeFactory.forCode(Database database,
int code)
Returns an instance given a database and the integer code for
the instance.
|
| Modifier and Type | Method and Description |
|---|---|
Setting |
SettingTable.ensure(String name,
PoemTypeFactory typefactory,
Object value,
String displayname,
String description)
Make sure that a setting with this name exists, if not then create it.
|
| Constructor and Description |
|---|
SettingTypeMismatchException(String name,
PoemTypeFactory type,
String reqType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PoemTypeFactory |
ValueInfoBase.getTypefactory()
Retrieves the
Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueInfoBase.setTypefactory(PoemTypeFactory cooked)
Sets the
PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table. |
Copyright © 2000–2021 PanEris. All rights reserved.