|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoemTypeFactory | |
---|---|
org.melati.poem | Persistent Object Engine for Melati. |
org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
Uses of PoemTypeFactory in org.melati.poem |
---|
Fields in org.melati.poem declared as PoemTypeFactory | |
---|---|
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.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. |
Methods in org.melati.poem that return PoemTypeFactory | |
---|---|
static PoemTypeFactory |
PoemTypeFactory.forCode(Database database,
int code)
Returns an instance given a database and the integer code for the instance. |
Methods in org.melati.poem with parameters of type PoemTypeFactory | |
---|---|
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. |
Constructors in org.melati.poem with parameters of type PoemTypeFactory | |
---|---|
Setting.SettingTypeMismatchException(String name,
PoemTypeFactory type,
String reqType)
Constructor. |
Uses of PoemTypeFactory in org.melati.poem.generated |
---|
Methods in org.melati.poem.generated that return PoemTypeFactory | |
---|---|
PoemTypeFactory |
ValueInfoBase.getTypefactory()
Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table . |
Methods in org.melati.poem.generated with parameters of type PoemTypeFactory | |
---|---|
void |
ValueInfoBase.setTypefactory(PoemTypeFactory cooked)
Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table . |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |