| |
|
| java.lang.Object org.apache.ojb.jdori.sql.Helper
Helper | class Helper (Code) | | author: Thomas Mahler author: this is a helper class providing static convenience methods. |
Method Summary | |
static JDOClass | getJDOClass(Class c) this method looks up the appropriate JDOClass for a given persistent Class. | static Object | getLCState(StateManagerInternal sm) obtains the internal JDO lifecycle state of the input StatemanagerInternal. |
getJDOClass | static JDOClass getJDOClass(Class c)(Code) | | this method looks up the appropriate JDOClass for a given persistent Class.
It uses the JDOModel to perfom this lookup.
Parameters: c - the persistent Class the JDOCLass object |
getLCState | static Object getLCState(StateManagerInternal sm)(Code) | | obtains the internal JDO lifecycle state of the input StatemanagerInternal.
This Method is helpful to display persistent objects internal state.
Parameters: sm - the StateManager to be inspected the LifeCycleState of a StateManager instance |
|
|
|