ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
0

javax.jdo.InstanceCallbacks

the instance is deleted. Called before the instance is deleted. This method is called before the state transition to persistent-deleted or persistent-new-deleted. Access to field values
0

Element.dependent

Annotation Element javax.jdo.annotations.Element String dependent Whether the element is dependent on the owner, and will be deleted when the owner is deleted. Returns: whether the element is dependent on the owner, and will be deleted when the owner is deleted Default value: "" Since: JDO 2.1
0

isDeleted(pc)

instance has been deleted. Instances that have been deleted in the current transaction return Boolean.TRUE. Instances known by the implementation to be non-deleted return Boolean.FALSE. Instances not ... if the parameter instance was deleted in the current transaction. Since: JDO 2.0
0

javax.jdo.annotations.Persistent

are dependent and so deleted when this object is deleted. Whether related object(s) of this member are dependent and so deleted when this object is deleted. Returns: whether the related object(s
0

postDelete(event)

) Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager.deletePersistent. This method is called after the instance transitions to persistent-deleted. Access to field values is not permitted. Parameters: event - the delete event. Since: JDO 2.0
0

isDeleted(pc)

Static Method javax.jdo.JDOHelper boolean isDeleted( Object pc ) Tests whether the parameter instance has been deleted. Instances that have been deleted in the current transaction return true ... . Parameters: pc - the PersistenceCapable instance. Returns: true if the parameter instance was deleted in
0

jdoIsDeleted()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsDeleted() Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true. Transient instances return false. Returns: true if this instance was deleted in the current transaction. Since: JDO 1.0
0

isDeleted(pc)

Method javax.jdo.spi.StateManager boolean isDeleted( PersistenceCapable pc ) Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true ... if this instance was deleted in the current transaction. Since: JDO 1.0 See Also: PersistenceManager.deletePersistent(Object pc)
0

jdoPreDelete()

Method javax.jdo.listener.DeleteCallback void jdoPreDelete() Called before the instance is deleted. This method is called before the state transition to persistent-deleted or persistent-new-deleted. Access to field values within this call are valid. Access to field values
0

deletePersistent(pc)

Method javax.jdo.PersistenceManager void deletePersistent( Object pc ) Delete the persistent ... , the closure of the instance is not deleted from the data store. This method has no effect if the instance is already deleted in the current transaction. This method throws JDOUserException

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