Internal Website Search

31-40 of 168 resultsRefresh

Chapter 3 - Using JPA

>More advanced topics (e.g. locking and events) are discussed in the last section:

JPA 2 Annotations

"> Annotations for JPA lifecycle event callbacks:

JPA Annotations for Classes

can be further configured by annotations that specify cache preferences and lifecycle event listener policy (as

ObjectDB Website - Terms and Conditions of Use

> In no event shall ObjectDB Software, ObjectDB authors, ObjectDB Software and its licensors

javax.jdo.JDOEntityManager

of lifecycle event listeners. Adds the listener instance to the list of lifecycle event listeners. The classes ... parameter is specified as null , events

javax.jdo.listener.AttachLifecycleListener

"> This interface is implemented by listeners to be notified of attach events. InstanceLifecycleEvent  event) event - the attach event.

javax.jdo.PersistenceManager

> Adds the listener instance to the list of lifecycle event listeners ... instance to the list of lifecycle event listeners. The classes parameter ... is specified as null , events for all persistent classes

javax.jdo.listener.ClearLifecycleListener

"> This interface is implemented by listeners to be notified of clear events. InstanceLifecycleEvent  event) event - the clear event.

javax.jdo.listener.StoreLifecycleListener

"> This interface is implemented by listeners to be notified of store events. InstanceLifecycleEvent  event) Parameters: event - the store event

javax.jdo.listener.DetachLifecycleListener

"> This interface is implemented by listeners to be notified of detach events. InstanceLifecycleEvent  event) Parameters: event