ObjectDB ObjectDB

Internal Website Search

31-40 of 159 resultsRefresh
12

JPA 2 Annotations

JPA defines dozens of annotations that can be divided into the following groups: Annotations for JPA aware classes: Annotations for fields in JPA persistable classes: Annotations for additional JPA configuration: Annotations for JPA lifecycle event callbacks: Java EE container annotations: Many
12

JPA Annotations for Classes

JPA defines three types of persistable classes which are set by the following annotations: Chapter 2 of the ObjectDB manual explains these annotations in detail. Entity and mapped super classes can be further configured by annotations that specify cache preferences and lifecycle event listener
12

ObjectDB Object Database Features

arrays. Any other serializable type. Lifecycle Events JPA callback methods and listener classes. JDO
12

ObjectDB Website - Terms and Conditions of Use

. 4. Limitations In no event shall ObjectDB Software, ObjectDB authors, ObjectDB Software
1

javax.jdo.JDOEntityManager

the listener instance to the list of lifecycle event listeners. Adds the listener instance to the list of lifecycle event listeners. The classes parameter identifies all of the classes of interest. If the classes parameter is specified as null, events for all persistent classes and interfaces
1

javax.jdo.listener.AttachLifecycleListener

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 ... . Parameters: event - the attach event. Since: JDO 2.0 void preAttach( InstanceLifecycleEvent event
1

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
1

javax.jdo.listener.ClearLifecycleListener

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 ... have been cleared by the JDO implementation. Parameters: event - the clear event. Since: JDO 2.0 void
1

javax.jdo.listener.StoreLifecycleListener

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 ... .commit. It is called after the field values have been stored. Parameters: event - the store event
1

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

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