| 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 | Field and Description |
|---|---|
static StandardIntegrityFix |
StandardIntegrityFix.clear
Clear (make null) field in referring object.
|
static StandardIntegrityFix |
StandardIntegrityFix.delete
Delete referred objects.
|
static StandardIntegrityFix |
StandardIntegrityFix.prevent
Disallow the deletion.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardIntegrityFix |
StandardIntegrityFix.forIndex(int i)
Get a fix by its index.
|
static StandardIntegrityFix |
StandardIntegrityFix.named(String name)
Find by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setIntegrityFix(StandardIntegrityFix fix) |
| Modifier and Type | Method and Description |
|---|---|
StandardIntegrityFix |
ColumnInfoBase.getIntegrityfix()
Retrieves the Integrityfix value
of this
Persistent. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfoBase.setIntegrityfix(StandardIntegrityFix cooked)
Sets the
Integrityfix value, with checking,
for the Persistent argument. |
Copyright © 2000–2021 PanEris. All rights reserved.