Internal Website Search

41-50 of 168 resultsRefresh

Java FX tableview fill with an aggregated query

$ControllerMethodEventHandler.handle(FXMLLoader.java:1729) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:234) at javafx.base/com.sun.javafx.event

javax.persistence.ValidationMode

, no lifecycle event validation takes place. This is the default behavior. event validation. The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean

javax.jdo.listener.DeleteLifecycleListener

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

javax.jdo.PersistenceManagerFactory

event listeners set as the initial listeners for each PersistenceManager created by ... the parameter listener to the list of instance lifecycle event listeners set as the initial listeners ... , events for all persistent classes and interfaces will be sent to the listener.

javax.jdo.listener.DirtyLifecycleListener

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

javax.jdo.listener.CreateLifecycleListener

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

javax.jdo.listener.LoadLifecycleListener

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

InstanceLifecycleEvent(source, type)

class="description"> Creates a new event object with the specified source source - the instance that triggered the event type - the event type

javax.jdo.InstanceCallbacks

class that provides callback methods for life cycle events implements this interface ... of persistent fields require callbacks on specific JDO instance life cycle events in order ... generate change events, and the persistent instance should be removed from the list of managed instances

addInstanceLifecycleListener(listener, classes)

lifecycle event listeners set as the initial listeners for each PersistenceManager created by ... is specified as null, events for all persistent classes and interfaces will be sent to the listener. The listener will be called for each event for which it implements