ObjectDB ObjectDB

Internal Website Search

11-20 of 142 resultsRefresh
6

Constants.PROPERTY_INSTANCE_LIFECYCLE_LISTENER

Static Field javax.jdo.Constants String PROPERTY_INSTANCE_LIFECYCLE_LISTENER "javax.jdo.listener.InstanceLifecycleListener" Since: JDO 2.1 See Also: PersistenceManagerFactory.addInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener,Class[]) PersistenceManagerFactory.removeInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener)
6

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
6

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
6

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
6

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
6

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
6

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
6

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
6

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
6

javax.jdo.listener.DirtyLifecycleListener

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

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