| Package | Description |
|---|---|
| org.melati.example.odmg |
A proof of concept example of ODMG compliance.
|
| org.melati.example.odmg.generated |
The POEM-generated support classes for org.melati.example.odmg.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParentTable<T extends Parent>
Melati POEM generated, programmer modifiable stub
for a
ParentTable object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentTableBase<T extends Parent>
Melati POEM generated base class for
Table Parent. |
| Modifier and Type | Method and Description |
|---|---|
Parent |
ChildBase.getParent()
Retrieves the
Parent object referred to. |
Parent |
ParentTableBase.getParentObject(int troid)
Retrieve the
Parent
as a Parent. |
Parent |
ParentTableBase.getParentObject(Integer troid)
Retrieve the
Parent as a Parent. |
| Modifier and Type | Method and Description |
|---|---|
ParentTable<Parent> |
OdmgDatabaseBase.getParentTable()
Retrieves the ParentTable table.
|
ParentTable<Parent> |
OdmgDatabaseTablesBase.getParentTable()
Retrieves the ParentTable table.
|
ParentTable<Parent> |
ParentBase.getParentTable()
Retrieves the
ParentTable table
which this Persistent is from. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildBase.setParent(Parent cooked)
Set the Parent.
|
Copyright © 2000–2021 PanEris. All rights reserved.