Internal Website Search

51-60 of 168 resultsRefresh

javax.persistence.PreUpdate

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3 of the ObjectDB

javax.persistence.PostRemove

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3

javax.persistence.PreRemove

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3 of the ObjectDB

javax.persistence.PrePersist

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3

javax.persistence.PostLoad

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3 of the ObjectDB

javax.persistence.PostUpdate

lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or ... JPA callback methods in event">Chapter 3

javax.jdo.spi.RegisterClassListener

" event gets fired whenever a persistence-capable class is loaded and gets registered with the RegisterClassEvent  event) event - a

addInstanceLifecycleListener(listener, classes)

> Adds the listener instance to the list of lifecycle event listeners ... of interest. If the classes parameter is specified as null , events ... >The listenerInstance will be called for each event for which it implements the corresponding

getEventType()

> Returns the event type that triggered this event. Returns: the event type

InstanceLifecycleEvent(source, type, target)

;target) Creates a new event object ... >source - the instance that triggered the event type - the event type target