ObjectDB ObjectDB

Internal Website Search

71-80 of 159 resultsRefresh
3

javax.persistence.PreRemove

javax.persistence Annotation PreRemove Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
3

javax.persistence.PrePersist

javax.persistence Annotation PrePersist Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
3

GenerationType.AUTO

on how to create such resources in the event that it does not support schema generation or cannot create the schema resource at runtime. Since: JPA 1.0
3

javax.persistence.PostLoad

javax.persistence Annotation PostLoad Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
0

makePersistent(pc)

callback or the postAttach lifecycle event listener. Any references to the detached instances from
0

javax.jdo.listener.DeleteCallback

javax.jdo.listener Interface DeleteCallback Subinterfaces: InstanceCallbacks This interface is used to notify instances of delete events. Since: JDO 2.0 void jdoPreDelete() Called before the instance is deleted. Called before the instance is deleted. This method is called before the state
0

javax.jdo.Query

on the deleted instances. Similarly, if there are lifecycle listeners registered for delete events
0

javax.jdo.listener.LoadCallback

javax.jdo.listener Interface LoadCallback Subinterfaces: InstanceCallbacks This interface is used to notify instances of load events. Since: JDO 2.0 void jdoPostLoad() Called after the values are loaded from the data store into this instance. Called after the values are loaded from the data store
0

deletePersistentAll()

. Similarly, if there are lifecycle listeners registered for delete events on affected classes
0

removeInstanceLifecycleListener(listener)

Method javax.jdo.PersistenceManager void removeInstanceLifecycleListener( InstanceLifecycleListener listener ) Removes the listener instance from the list of lifecycle event listeners. Parameters: listener - the listener instance to be removed Since: JDO 2.0

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