| 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 |
TableInfoTable<T extends TableInfo>
|
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
Table.getInfo() |
TableInfo |
JdbcTable.getInfo() |
TableInfo |
Table.getTableInfo() |
TableInfo |
JdbcTable.getTableInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract TableInfoTable<TableInfo> |
Database.getTableInfoTable() |
| Modifier and Type | Method and Description |
|---|---|
Table<?> |
Database.addTableAndCommit(TableInfo info,
String troidName)
Add a Table to this Database and commit the Transaction.
|
void |
Database.deleteTableAndCommit(TableInfo info) |
void |
Table.setTableInfo(TableInfo tableInfo) |
void |
JdbcTable.setTableInfo(TableInfo tableInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
TableInfoTableBase<T extends TableInfo>
Melati POEM generated base class for
Table tableInfo. |
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
TableInfoTableBase.ensure(String name,
String displayname,
Integer displayorder,
Boolean seqcached,
TableCategory category) |
TableInfo |
ColumnInfoBase.getTableinfo()
Retrieves the
Tableinfo object referred to. |
TableInfo |
TableInfoTableBase.getTableInfoObject(int troid)
Retrieve the
TableInfo
as a TableInfo. |
TableInfo |
TableInfoTableBase.getTableInfoObject(Integer troid)
Retrieve the
TableInfo as a TableInfo. |
| Modifier and Type | Method and Description |
|---|---|
List<TableInfo> |
CapabilityBase.getCancreateTableInfoList()
References to this Capability in the TableInfo table via its cancreate field, as a List.
|
Enumeration<TableInfo> |
CapabilityBase.getCancreateTableInfos()
References to this Capability in the TableInfo table via its cancreate field.
|
List<TableInfo> |
TableCategoryBase.getCategoryTableInfoList()
References to this TableCategory in the TableInfo table via its category field, as a List.
|
Enumeration<TableInfo> |
TableCategoryBase.getCategoryTableInfos()
References to this TableCategory in the TableInfo table via its category field.
|
List<TableInfo> |
CapabilityBase.getDefaultcandeleteTableInfoList()
References to this Capability in the TableInfo table via its defaultcandelete field, as a List.
|
Enumeration<TableInfo> |
CapabilityBase.getDefaultcandeleteTableInfos()
References to this Capability in the TableInfo table via its defaultcandelete field.
|
List<TableInfo> |
CapabilityBase.getDefaultcanreadTableInfoList()
References to this Capability in the TableInfo table via its defaultcanread field, as a List.
|
Enumeration<TableInfo> |
CapabilityBase.getDefaultcanreadTableInfos()
References to this Capability in the TableInfo table via its defaultcanread field.
|
List<TableInfo> |
CapabilityBase.getDefaultcanwriteTableInfoList()
References to this Capability in the TableInfo table via its defaultcanwrite field, as a List.
|
Enumeration<TableInfo> |
CapabilityBase.getDefaultcanwriteTableInfos()
References to this Capability in the TableInfo table via its defaultcanwrite field.
|
TableInfoTable<TableInfo> |
TableInfoBase.getTableInfoTable()
Retrieves the
TableInfoTable table
which this Persistent is from. |
TableInfoTable<TableInfo> |
PoemDatabaseTablesBase.getTableInfoTable()
Retrieves the TableInfoTable table.
|
TableInfoTable<TableInfo> |
PoemDatabaseBase.getTableInfoTable()
Retrieves the TableInfoTable table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfoBase.setTableinfo(TableInfo cooked)
Set the Tableinfo.
|
Copyright © 2000–2021 PanEris. All rights reserved.