| 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 | Class and Description |
|---|---|
class |
ColumnInfoTable<T extends ColumnInfo>
|
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
Column.getColumnInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract ColumnInfoTable<ColumnInfo> |
Database.getColumnInfoTable() |
| Modifier and Type | Method and Description |
|---|---|
Column<?> |
Table.addColumnAndCommit(ColumnInfo infoP)
|
Column<?> |
JdbcTable.addColumnAndCommit(ColumnInfo infoP)
|
void |
Table.deleteColumnAndCommit(ColumnInfo columnInfo) |
void |
JdbcTable.deleteColumnAndCommit(ColumnInfo columnInfo) |
static <O,P extends Persistent> |
ExtraColumn.from(Table<P> table,
ColumnInfo columnInfo,
int extrasIndex,
DefinitionSource source)
Static factory.
|
void |
Table.notifyColumnInfo(ColumnInfo infoP)
Clears columnInfo caches, normally a no-op.
|
void |
JdbcTable.notifyColumnInfo(ColumnInfo infoP)
Clears columnInfo caches, normally a no-op.
|
void |
PoemType.saveColumnInfo(ColumnInfo columnInfo)
Set the type of the ColumnInfo.
|
void |
BasePoemType.saveColumnInfo(ColumnInfo info)
Set the type of the ColumnInfo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnInfoTableBase<T extends ColumnInfo>
Melati POEM generated base class for
Table columnInfo. |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfo |
ColumnInfoTableBase.getColumnInfoObject(int troid)
Retrieve the
ColumnInfo
as a ColumnInfo. |
ColumnInfo |
ColumnInfoTableBase.getColumnInfoObject(Integer troid)
Retrieve the
ColumnInfo as a ColumnInfo. |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfoTable<ColumnInfo> |
PoemDatabaseTablesBase.getColumnInfoTable()
Retrieves the ColumnInfoTable table.
|
ColumnInfoTable<ColumnInfo> |
PoemDatabaseBase.getColumnInfoTable()
Retrieves the ColumnInfoTable table.
|
ColumnInfoTable<ColumnInfo> |
ColumnInfoBase.getColumnInfoTable()
Retrieves the
ColumnInfoTable table
which this Persistent is from. |
Copyright © 2000–2021 PanEris. All rights reserved.