ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
2

javax.jdo.listener.InstanceLifecycleListener

javax.jdo.listener Interface InstanceLifecycleListener Subinterfaces: AttachLifecycleListener ... , DirtyLifecycleListener, LoadLifecycleListener, StoreLifecycleListener All lifecycle listeners extend from ... can be defined to use a life-cycle listener pattern instead of having the domain class implement the callback interface(s). Since: JDO 2.0
2

javax.jdo.listener.DeleteLifecycleListener

javax.jdo.listener Interface DeleteLifecycleListener Superinterfaces: InstanceLifecycleListener 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
2

Constants.INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES

Static Field javax.jdo.Constants String INSTANCE_LIFECYCLE_LISTENER_ATTRIBUTE_CLASSES The name of the instance lifecycle listener element's "classes" attribute. Since: JDO 2.1
2

javax.jdo.listener.ClearLifecycleListener

javax.jdo.listener Interface ClearLifecycleListener Superinterfaces: InstanceLifecycleListener This interface is implemented by listeners to be notified of clear events. Since: JDO 2.0 void postClear( InstanceLifecycleEvent event) This method is called after the ClearCallback.jdoPreClear method
2

javax.jdo.listener.CreateLifecycleListener

javax.jdo.listener Interface CreateLifecycleListener Superinterfaces: InstanceLifecycleListener 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
2

Constants.ELEMENT_INSTANCE_LIFECYCLE_LISTENER

Static Field javax.jdo.Constants String ELEMENT_INSTANCE_LIFECYCLE_LISTENER The name of the instance lifecycle listener element in the JDO configuration file. Since: JDO 2.1
2

javax.jdo.listener.AttachLifecycleListener

javax.jdo.listener Interface AttachLifecycleListener Superinterfaces: InstanceLifecycleListener This interface is implemented by listeners to be notified of attach events. Since: JDO 2.0 void postAttach( InstanceLifecycleEvent event) This method is called after a detached instance is attached
2

javax.jdo.listener.InstanceLifecycleEvent

javax.jdo.listener Class InstanceLifecycleEvent java.lang.Object java.util.EventObject javax.jdo.listener.InstanceLifecycleEvent Implemented Interfaces: Serializable This is the event class used in life cycle event notifications. Note that although InstanceLifecycleEvent inherits
2

javax.jdo.listener.LoadLifecycleListener

javax.jdo.listener Interface LoadLifecycleListener Superinterfaces: InstanceLifecycleListener 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
2

javax.jdo.listener.StoreLifecycleListener

javax.jdo.listener Interface StoreLifecycleListener Superinterfaces: InstanceLifecycleListener This interface is implemented by listeners to be notified of store events. Since: JDO 2.0 void postStore( InstanceLifecycleEvent event) Invoked whenever a persistent instance is stored, for example

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