| 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 |
ChildTable<T extends Child>
Melati POEM generated, programmer modifiable stub
for a
ChildTable object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildTableBase<T extends Child>
Melati POEM generated base class for
Table Child. |
| Modifier and Type | Method and Description |
|---|---|
Child |
ChildTableBase.getChildObject(int troid)
Retrieve the
Child
as a Child. |
Child |
ChildTableBase.getChildObject(Integer troid)
Retrieve the
Child as a Child. |
| Modifier and Type | Method and Description |
|---|---|
ChildTable<Child> |
ChildBase.getChildTable()
Retrieves the
ChildTable table
which this Persistent is from. |
ChildTable<Child> |
OdmgDatabaseBase.getChildTable()
Retrieves the ChildTable table.
|
ChildTable<Child> |
OdmgDatabaseTablesBase.getChildTable()
Retrieves the ChildTable table.
|
List<Child> |
ParentBase.getParentChildList()
References to this Parent in the Child table via its parent field, as a List.
|
Enumeration<Child> |
ParentBase.getParentChilds()
References to this Parent in the Child table via its parent field.
|
Copyright © 2000–2021 PanEris. All rights reserved.