Internal Website Search

1-10 of 168 resultsRefresh

JPA Lifecycle Events

Callback methods are user defined methods that are attached to entity lifecycle events and are invoked automatically by JPA when these events occur. events

preDelete(event)

.listener">InstanceLifecycleEvent event) event - the delete event.

postDelete(event)

.listener">InstanceLifecycleEvent event) Parameters: event - the delete event. Since: JDO 2.0

postCreate(event)

.listener">InstanceLifecycleEvent event) Parameters: event - the create event. Since: JDO 2.0

postLoad(event)

">InstanceLifecycleEvent event) Invoked ... > Parameters: event - the load event.

preDetach(event)

.listener">InstanceLifecycleEvent event) Parameters: event - the detach event.

postDetach(event)

.listener">InstanceLifecycleEvent event) Parameters: event - the detach event. Since: JDO 2.0

preClear(event)

">InstanceLifecycleEvent event) Parameters: event - the clear event.

postClear(event)

">InstanceLifecycleEvent event) Parameters: event - the clear event. Since: JDO 2.0

preStore(event)

">InstanceLifecycleEvent event) Invoked ... ="parameters"> Parameters: event - the store event. Since: JDO 2.0