ObjectDB ObjectDB

Internal Website Search

41-50 of 159 resultsRefresh
37

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
1

javax.jdo.listener.DeleteLifecycleListener

This interface is implemented by listeners to be notified of delete events. Since: JDO 2.0 void postDelete( InstanceLifecycleEvent event) Invoked whenever a persistent instance is deleted, for example ... : event - the delete event. Since: JDO 2.0 void preDelete( InstanceLifecycleEvent event) Invoked
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

InstanceLifecycleEvent(source, type)

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

javax.jdo.InstanceCallbacks

, StoreCallback A PersistenceCapable class that provides callback methods for life cycle events ... require callbacks on specific JDO instance life cycle events in order to correctly populate ... . When the persistent instance is made hollow, it can no longer generate change events
0

addInstanceLifecycleListener(listener, classes)

( InstanceLifecycleListener listener, Class[] classes ) Add the parameter listener to the list of instance lifecycle event ... all of the classes of interest. If the classes parameter 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

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