| org.objectweb.speedo.SpeedoTestHelper org.objectweb.speedo.runtime.tck.JdoHelperTck
HOLLOW | final public static int HOLLOW(Code) | | |
ILLEGAL_STATE | final public static int ILLEGAL_STATE(Code) | | |
NUM_STATES | final public static int NUM_STATES(Code) | | |
PERSISTENT_CLEAN | final public static int PERSISTENT_CLEAN(Code) | | |
PERSISTENT_DELETED | final public static int PERSISTENT_DELETED(Code) | | |
PERSISTENT_DIRTY | final public static int PERSISTENT_DIRTY(Code) | | |
PERSISTENT_NEW | final public static int PERSISTENT_NEW(Code) | | |
PERSISTENT_NEW_DELETED | final public static int PERSISTENT_NEW_DELETED(Code) | | |
PERSISTENT_NONTRANSACTIONAL | final public static int PERSISTENT_NONTRANSACTIONAL(Code) | | |
TRANSIENT | final public static int TRANSIENT(Code) | | |
TRANSIENT_CLEAN | final public static int TRANSIENT_CLEAN(Code) | | |
TRANSIENT_DIRTY | final public static int TRANSIENT_DIRTY(Code) | | |
getStateOfInstance | public static String getStateOfInstance(Object o)(Code) | | This utility method returns a String that indicates the current state of an instance.
Parameters: o - The object. The current state of the instance, by using the JDOHelper state interrogation methods. |
testIsDeletedForTransient | public void testIsDeletedForTransient()(Code) | | |
testMakeDirty | public void testMakeDirty()(Code) | | |
|
|