ObjectDB ObjectDB

Internal Website Search

21-30 of 160 resultsRefresh
117

JPA lifecycle events across processes

supported. You may be able to implement your own cross process event listeners based on the JPA event listeners if every process will listen to its own events and will report to other processes. support Support
117

LifeCycle Event with Embeddable classes

Hello, is there a way that lifecycle events like prepersist or preupdate are also fired ... these properties. ObjectArts objectArts objectArts JPA lifecycle events are not applicable for embeddable classes. You can set an event callback for the containing entity and use it to handle embedded objects in the entity object. support Support
11

Privacy Policy

offers and general information about other goods, services and events which we offer that are similar
11

ObjectDB Website - Terms and Conditions of Use

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

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
11

JPA Annotations for Callback Methods

The following annotations can mark methods as JPA callback methods: The Lifecycle Events section of the ObjectDB Manual explains how to use all these annotations on callback methods and with listener classes.
11

ObjectDB Object Database Features

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

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
2

[ODB1] Chapter 3 - Persistent Classes

. 3.4 InstanceCallbacks The javax.jdo.InstanceCallbacks interface represents events in a persistent ... these events. Four methods are defined in the InstanceCallbacks interface: void jdoPostLoad() Called ... on rollback). This event is rarely used. Other persistent objects and even persistent fields in
1

javax.jdo.listener.InstanceLifecycleEvent

javax.jdo.listener.InstanceLifecycleEvent Implemented Interfaces: Serializable This is the event class used in life cycle event notifications. Note that although InstanceLifecycleEvent inherits ... (Object source, int type) Creates a new event object with the specified source and type. Creates

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