ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
0

javax.jdo.annotations.Join

Delete action to be applied to any ForeignKey on this join. Delete action to be applied to any ForeignKey on this join. Returns: the delete action Default value: javax.jdo.annotations.ForeignKeyAction
0

javax.jdo.annotations.ForeignKey

Default value: "" Since: JDO 2.1 ForeignKeyAction deleteAction The delete action of this foreign key. The delete action of this foreign key. Returns: the delete action of this foreign key Default
0

Value.dependent

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

Value.deleteAction

Annotation Element javax.jdo.annotations.Value ForeignKeyAction deleteAction Delete action to apply to any foreign key for the value. Returns: delete action to apply to any foreign key for the value Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
0

Join.deleteAction

Annotation Element javax.jdo.annotations.Join ForeignKeyAction deleteAction Delete action to be applied to any ForeignKey on this join. Returns: the delete action Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
0

deletePersistentAll(parameters)

Method javax.jdo.Query long deletePersistentAll( Object... parameters ) Deletes all the instances of the candidate class that pass the filter. Parameters: parameters - for the query Returns: the number of instances of the candidate class that were deleted Since: JDO 2.0 See Also: deletePersistentAll()
0

preDelete(event)

Method javax.jdo.listener.DeleteLifecycleListener void preDelete( InstanceLifecycleEvent event ) Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager ... the instance callback DeleteCallback.jdoPreDelete. Parameters: event - the delete event. Since: JDO 2.0
0

Key.dependent

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

Key.deleteAction

Annotation Element javax.jdo.annotations.Key ForeignKeyAction deleteAction Delete action to apply to the foreign key for the key. Returns: delete action to apply to the foreign key for the key Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
0

Element.deleteAction

Annotation Element javax.jdo.annotations.Element ForeignKeyAction deleteAction Delete action to apply to any foreign key for the element. Returns: delete action to apply to any foreign key for the element Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1

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