|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.NamedRootsMap
public class NamedRootsMap
ODMG NamedRoots implementation. this implementation stores the (name, Identity) pairs in a database table. therefore the NamedRootsMap underlies the same transaction management as all other persistent objects
Nested Class Summary | |
---|---|
static class |
NamedRootsMap.NamedEntry
represents an entry to the named roots table. |
Method Summary | |
---|---|
void |
afterWriteCleanup()
|
void |
bind(java.lang.Object object,
java.lang.String name)
|
void |
performDeletion()
Have to be performed after the "normal" objects be written to DB and before method performInsert() . |
void |
performInsert()
Have to be performed after the "normal" objects be written to DB and after method performDeletion() . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void performDeletion()
performInsert()
.
public void performInsert()
performDeletion()
.
public void afterWriteCleanup()
public void bind(java.lang.Object object, java.lang.String name) throws ObjectNameNotUniqueException
ObjectNameNotUniqueException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |