|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntegrityFix | |
|---|---|
| org.melati.poem | Persistent Object Engine for Melati. |
| Uses of IntegrityFix in org.melati.poem |
|---|
| Classes in org.melati.poem that implement IntegrityFix | |
|---|---|
class |
StandardIntegrityFix
A class which defines the three standard integrity fixes of delete, clear and prevent. |
| Methods in org.melati.poem that return IntegrityFix | |
|---|---|
IntegrityFix |
Column.getIntegrityFix()
Get the IntegrityFix, if any. |
| Method parameters in org.melati.poem with type arguments of type IntegrityFix | |
|---|---|
void |
JdbcPersistent.delete(Map<Column,IntegrityFix> integrityFixOfColumn)
Delete the object. |
void |
Persistent.delete(Map<Column,IntegrityFix> integrityFixOfColumn)
Delete the object. |
void |
JdbcPersistent.deleteAndCommit(Map<Column,IntegrityFix> integrityFixOfColumn)
Delete the object, with even more safety checks for referential integrity. |
void |
Persistent.deleteAndCommit(Map<Column,IntegrityFix> integrityFixOfColumn)
Delete the object, with even more safety checks for referential integrity. |
Enumeration<Persistent> |
IntegrityFix.referencesTo(Persistent referee,
Column column,
Enumeration<Persistent> refs,
Map<Column,IntegrityFix> referenceFixOfColumn)
Do something about references from a given column to a Persistent which is about to be deleted. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||