AbstractInstanceLifecycleListener | Title: Abstract test AbstractInstanceLifecycleListener
Keywords: LifeCycleListener lifecycle listener callback Assertion IDs: A12.15-1, A12.15-2, A12.15-3, A12.15-4, A12.15-5, A12.15-6, A12.15-7, A12.15-8, A12.15-9, A12.15-10, A12.15-11, A12.15-12, A12.15-13, A12.15-14, Assertion Description: A12.15-1 void postCreate(InstanceLifecycleEvent event); This method is called whenever a persistent instance is created, during makePersistent. |
code | html |
AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
TestParts | code | html |
AccessOtherInstancesInPrestore | Title: Access Other Instances In Prestore Method
Keywords: instancecallbacks Assertion ID: A10.2-3. |
code | html |
AccessingFieldsInPredelete | Title: Accessing Fields In Predelete
Keywords: instancecallbacks Assertion ID: A10.4-2. |
code | html |
CallingJdoPostload | Title: Calling InstanceCallbacks Postload Method
Keywords: instancecallbacks Assertion ID: A10.1-1. |
code | html |
CallingJdoPreclear | Title: Calling Jdo Preclear
Keywords: instancecallbacks Assertion ID: A10.3-1. |
code | html |
CallingJdoPredelete | Title: Calling JDO Predelete
Keywords: instancecallbacks Assertion ID: A10.4-1. |
code | html |
CallingJdoPrestore | Title: Calling InstanceCallbacks Prestore Method
Keywords: instancecallbacks Assertion ID: A10.2-1. |
code | html |
InstanceLifecycleListenerAttach | Title: Test TestInstanceLifecycleListenerAttach
Keywords: LifeCycleListener preAttach postAttach Assertion IDs: A12.15-13 A12.15-14 Assertion Description: A12.15-13 void preAttach(InstanceLifecycleEvent event); This method is called before a detached instance is attached. |
code | html |
InstanceLifecycleListenerAttach.InstanceLifecycleListenerAttachImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerAttach.PC | The persistence-capable class that implements the attach callback. | code | html |
InstanceLifecycleListenerClear | Title: Test TestInstanceLifecycleListenerClear
Keywords: LifeCycleListener hollow preClear postClear Assertion IDs: A12.15-5 A12.15-6 Assertion Description: A12.15-5 void preClear(InstanceLifecycleEvent event); This method is called whenever a persistent instance is cleared, for example during afterCompletion. |
code | html |
InstanceLifecycleListenerClear.InstanceLifecycleListenerClearImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerClear.PC | The persistence-capable class that implements the clear callback. | code | html |
InstanceLifecycleListenerCreate | Title: Test TestInstanceLifecycleListener
Keywords: addLifeCycleListener removeLifeCycleListener Assertion IDs: A12.15-1 Assertion Description: A12.15-1 void postCreate(InstanceLifecycleEvent event); This method is called whenever a persistent instance is created, during makePersistent. |
code | html |
InstanceLifecycleListenerCreate.InstanceLifecycleListenerCreateImpl | The LifeCycleListener class to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerDelete | Title: Test TestInstanceLifecycleListenerDelete
Keywords: LifeCycleListener deletePersistent preDelete postDelete Assertion IDs: A12.15-7 A12.15-8 Assertion Description: A12.15-7 void preDelete(InstanceLifecycleEvent event); This method is called whenever a persistent instance is deleted, during deletePersistent. |
code | html |
InstanceLifecycleListenerDelete.InstanceLifecycleListenerDeleteImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerDelete.PC | The persistence-capable class that implements the delete callback. | code | html |
InstanceLifecycleListenerDetach | Title: Test InstanceLifecycleListenerDetach
Keywords: LifeCycleListener preDetach postDetach Assertion IDs: A12.15-11 A12.15-12 Assertion Description: A12.15-11 void preDetach(InstanceLifecycleEvent event); This method is called before a persistent instance is copied for detachment. |
code | html |
InstanceLifecycleListenerDetach.InstanceLifecycleListenerDetachImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerDetach.PC | The persistence-capable class that implements the load callback. | code | html |
InstanceLifecycleListenerDirty | Title: Test InstanceLifecycleListenerDirty
Keywords: LifeCycleListener preDirty postDirty Assertion IDs: A12.15-9 A12.15-10 Assertion Description: A12.15-9 void preDirty(InstanceLifecycleEvent event); This method is called whenever a persistent clean instance is first made dirty, during an operation that modifies the value of a persistent or transactional field. |
code | html |
InstanceLifecycleListenerDirty.InstanceLifecycleListenerDirtyImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerLoad | Title: Test InstanceLifecycleListenerLoad
Keywords: LifeCycleListener postLoad Assertion IDs: A12.15-2 Assertion Description: A12.15-2 void postLoad(InstanceLifecycleEvent event); This method is called whenever a persistent instance is loaded. |
code | html |
InstanceLifecycleListenerLoad.InstanceLifecycleListenerLoadImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerLoad.PC | The persistence-capable class that implements the load callback. | code | html |
InstanceLifecycleListenerStore | Title: Test InstanceLifecycleListenerLoad
Keywords: LifeCycleListener preStore postStore Assertion IDs: A12.15-3 A12.15-4 Assertion Description: A12.15-3 void preStore(InstanceLifecycleEvent event); This method is called whenever a persistent instance is stored, for example during flush or commit. |
code | html |
InstanceLifecycleListenerStore.InstanceLifecycleListenerStoreImpl | The LifeCycleListener to be registered with the PersistenceManager. | code | html |
InstanceLifecycleListenerStore.PC | The persistence-capable class that implements the load callback. | code | html |
ModificationOfNontransactionalNonpersistentFields | Title: Modification of Nontransactional Nonpersistent Fields
Keywords: instancecallbacks Assertion ID: A6.4.1-3. |
code | html |
NoAccessToFieldsAfterPredelete | Title: No Access To Fields After Predelete
Keywords: instancecallbacks Assertion ID: A10.4-3. |
code | html |