|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.orientechnologies.jdo.system.schema.oSysDatabase
| Constructor Summary | |
oSysDatabase()
|
|
| Method Summary | |
oSysClass |
getClass(java.lang.String iClassName)
|
d_Dictionary |
getClasses()
|
java.util.Vector |
getDataSegs()
|
java.lang.String |
getName()
|
d_Dictionary |
getNotes()
|
java.lang.String |
getUrl()
|
void |
jdoPostLoad()
Called after the values are loaded from the data store into this instance. |
void |
jdoPreClear()
Called before the values in the instance are cleared. |
void |
jdoPreDelete()
Called before the instance is deleted. |
void |
jdoPreStore()
Called before the values are stored from this instance to the data store. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public oSysDatabase()
| Method Detail |
public oSysClass getClass(java.lang.String iClassName)
public void jdoPreDelete()
InstanceCallbacksThis method is modified by the enhancer so that fields referenced can be used in the business logic of the method.
jdoPreDelete in interface InstanceCallbackspublic void jdoPreClear()
InstanceCallbacksTransient fields should be cleared in this method. Associations between this instance and others in the runtime environment should be cleared.
This method is not modified by the enhancer.
jdoPreClear in interface InstanceCallbackspublic void jdoPreStore()
InstanceCallbacksData store fields that might have been affected by modified non-persistent fields should be updated in this method.
This method is modified by the enhancer so that changes to
persistent fields will be reflected in the data store.
The context in which this call is made allows access to the
PersistenceManager and other persistent JDO instances.
jdoPreStore in interface InstanceCallbackspublic void jdoPostLoad()
InstanceCallbacksThis method is not modified by the Reference Enhancer.
Derived fields should be initialized in this method. The context in which this call is made does not allow access to other persistent JDO instances.
jdoPostLoad in interface InstanceCallbackspublic d_Dictionary getNotes()
public java.lang.String getName()
public d_Dictionary getClasses()
public java.lang.String getUrl()
public java.util.Vector getDataSegs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||