ObjectDB ObjectDB

Internal Website Search

11-20 of 63 resultsRefresh
10

javax.persistence.PostRemove

javax.persistence Annotation PostRemove Target: Callback methods Is used to specify callback ... class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
10

javax.persistence.PreRemove

javax.persistence Annotation PreRemove Target: Callback methods Is used to specify callback methods ... , a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
10

javax.persistence.PrePersist

javax.persistence Annotation PrePersist Target: Callback methods Is used to specify callback ... class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
10

javax.persistence.PostLoad

javax.persistence Annotation PostLoad Target: Callback methods Is used to specify callback methods ... , a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
10

javax.persistence.PostUpdate

javax.persistence Annotation PostUpdate Target: Callback methods Is used to specify callback ... class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
10

javax.persistence.PostPersist

javax.persistence Annotation PostPersist Target: Callback methods Is used to specify callback ... class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA callback methods in Chapter 3 of the ObjectDB/JPA manual. This annotation is a marker annotation (with no elements).
9

javax.persistence.EntityListeners

javax.persistence Annotation EntityListeners Target: Classes Specifies the callback listener classes to be used for an entity or mapped superclass. This annotation may be applied to an entity class ... of the ObjectDB/JPA manual. Class[] value The callback listener classes The callback listener classes Since: JPA 1.0
1

javax.jdo.PersistenceManager

needs to be copied, the application should use the jdoPostAttach callback or the postAttach lifecycle ... of to the detached instance. During attachment of detached instances, the attach callbacks and attach life cycle
0

javax.jdo.listener.InstanceLifecycleEvent

on any pre- callback except preAttach, or the detached instance for a postDetach or preAttach callback. Since: JDO 2.0 See Also: getPersistentInstance() getDetachedInstance() "Section 12.15, Java
0

makePersistent(pc)

callback or the postAttach lifecycle event listener. Any references to the detached instances from ... callbacks and attach life cycle listeners are called. During application of changes of the detached

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