| 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 |
TableCategoryTable<T extends TableCategory>
A
Table which holds TableCategorys. |
| Modifier and Type | Field and Description |
|---|---|
TableCategory |
TableCategoryTable.NORMAL
The category for ordinary data tables.
|
| Modifier and Type | Method and Description |
|---|---|
TableCategory |
TableCategoryTable.ensure(String name)
Create an entry with the given name if it doesn't exist.
|
TableCategory |
Table.getCategory()
The category of this table.
|
TableCategory |
JdbcTable.getCategory()
The category of this table.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TableCategoryTable<TableCategory> |
Database.getTableCategoryTable() |
| Modifier and Type | Class and Description |
|---|---|
class |
TableCategoryTableBase<T extends TableCategory>
Melati POEM generated base class for
Table tableCategory. |
| Modifier and Type | Method and Description |
|---|---|
TableCategory |
TableCategoryTableBase.ensure(String name) |
TableCategory |
TableInfoBase.getCategory()
Retrieves the
Category object referred to. |
TableCategory |
TableCategoryTableBase.getTableCategoryObject(int troid)
Retrieve the
TableCategory
as a TableCategory. |
TableCategory |
TableCategoryTableBase.getTableCategoryObject(Integer troid)
Retrieve the
TableCategory as a TableCategory. |
| Modifier and Type | Method and Description |
|---|---|
TableCategoryTable<TableCategory> |
TableCategoryBase.getTableCategoryTable()
Retrieves the
TableCategoryTable table
which this Persistent is from. |
TableCategoryTable<TableCategory> |
PoemDatabaseTablesBase.getTableCategoryTable()
Retrieves the TableCategoryTable table.
|
TableCategoryTable<TableCategory> |
PoemDatabaseBase.getTableCategoryTable()
Retrieves the TableCategoryTable table.
|
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
TableInfoTableBase.ensure(String name,
String displayname,
Integer displayorder,
Boolean seqcached,
TableCategory category) |
void |
TableInfoBase.setCategory(TableCategory cooked)
Set the Category.
|
Copyright © 2000–2021 PanEris. All rights reserved.