ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
9

Database Doctor

over FTP in ASCII mode (BINARY mode should be used). Deleting an ObjectDB database recovery file or
9

Obtaining a JPA Database Connection

, update, and delete should only be performed within an active transaction. Given an EntityManager, em
9

Database Schema Evolution

Modifications to entity classes that do not change their persistent field definitions (their schema) are transparent to ObjectDB. This includes adding, removing and modifying constructors, methods and non persistent fields. However, additions, deletions and modifications to the persistent fields
9

ObjectDB 2.8 Developer's Guide

, retrieve, update and delete database objects. Explains how to use the JPA Query Language (JPQL). Presents
9

General Settings and Logging

an archived log file is automatically deleted. The <logger> elements <logger name="*" level
9

JPA Primary Key

are deleted from the database. The primary key value of an entity can be accessed by declaring a primary
0

javax.jdo.PersistenceManager

.0 void deletePersistent(Object pc) Delete the persistent instance from the data store. Delete ... of the instance 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
0

javax.jdo.annotations.Element

) for the element Default value: {} Since: JDO 2.1 ForeignKeyAction deleteAction Delete action to apply to any foreign key for the element. 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
0

deletePersistentAll()

Method javax.jdo.Query long deletePersistentAll() Deletes all the instances of the candidate class that pass the filter. Returns the number of instances of the candidate class that were deleted ... if deletePersistent were called on them. Specifically, if the class of deleted instances implements
0

javax.jdo.listener.DeleteLifecycleListener

This interface is implemented by listeners to be notified of delete events. Since: JDO 2.0 void postDelete( InstanceLifecycleEvent event) Invoked whenever a persistent instance is deleted, for example ... is deleted, for example during javax.jdo.PersistenceManager.deletePersistent. This method is called

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