ObjectDB ObjectDB

Internal Website Search

41-50 of 160 resultsRefresh
35

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
8

javax.persistence.ValidationMode

. If no Bean Validation provider is present in the environment, no lifecycle event validation takes ... must perform the lifecycle event validation. The persistence provider must perform the lifecycle event ... . Since: JPA 2.0 ValidationMode NONE The persistence provider must not perform lifecycle event validation
0

javax.jdo.PersistenceManager

of lifecycle event listeners. Adds the listener instance to the list of lifecycle event listeners ... is specified as null, events for all persistent classes and interfaces will be sent to listenerInstance. The listenerInstance will be called for each event for which it implements the corresponding
0

javax.jdo.listener.DetachLifecycleListener

This interface is implemented by listeners to be notified of detach events. Since: JDO 2.0 void postDetach( InstanceLifecycleEvent event) This method is called during the execution of javax.jdo ... after the method DetachCallback.jdoPreDetach is called on the detached instance. Parameters: event - the detach
0

javax.jdo.PersistenceManagerFactory

listener, Class[] classes) Add the parameter listener to the list of instance lifecycle event ... . Add the parameter listener to the list of instance lifecycle event listeners set as the initial ... of interest. If the classes parameter is specified as null, events for all persistent classes and interfaces
0

javax.jdo.listener.DirtyLifecycleListener

This interface is implemented by listeners to be notified of dirty events. Since: JDO 2.0 void postDirty( InstanceLifecycleEvent event) Invoked whenever a persistent instance is first made dirty ... transactional field. Called after the value is changed. Parameters: event - Since: JDO 2.0 void
0

javax.jdo.listener.CreateLifecycleListener

This interface is implemented by listeners to be notified of create events. Since: JDO 2.0 void postCreate( InstanceLifecycleEvent event) Invoked whenever an instance is made persistent ... during persistence by reachability. Parameters: event - the create event. Since: JDO 2.0
0

javax.jdo.listener.LoadLifecycleListener

This interface is implemented by listeners to be notified of load events. Since: JDO 2.0 void postLoad( InstanceLifecycleEvent event) Invoked whenever a persistent instance is loaded from the data store ... LoadCallback.jdoPostLoad is invoked on the persistent instance. Parameters: event - the load event. Since: JDO 2.0
0

getEventType()

Method javax.jdo.listener.InstanceLifecycleEvent int getEventType() Returns the event type that triggered this event. Returns: the event type Since: JDO 2.0
0

InstanceLifecycleEvent(source, type, target)

Constructor javax.jdo.listener.InstanceLifecycleEvent InstanceLifecycleEvent( Object source, int type, Object target ) Creates a new event object with the specified source, type, and target. Parameters: source - the instance that triggered the event type - the event type target - the "other" instance Since: JDO 2.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support