ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
0

javax.jdo.JDOFatalException

the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance
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

javax.jdo.JDOFatalInternalException

. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance. Since: Java JDK1.0
0

javax.jdo.JDOUserException

about the current state of the stack frames for the current thread. Returns: a reference
0

getFetchGroups()

Method javax.jdo.PersistenceManagerFactory Set getFetchGroups() Get a modifiable Set containing a mutable copy of all currently active (in scope) fetch groups. The methods addFetchGroups ... of all currently active fetch groups Throws: SecurityException - if the caller is not authorized for JDOPermission ("getMetadata") Since: JDO 2.2
0

isNew(pc)

Static Method javax.jdo.JDOHelper boolean isNew( Object pc ) Tests whether the parameter instance has been newly made persistent. Instances that have been made persistent in the current transaction ... instance was made persistent in the current transaction. Since: JDO 1.0 See Also: PersistenceManager.makePersistent(Object pc) PersistenceCapable.jdoIsNew()
0

getTransactionalObjectId(pc)

Method javax.jdo.spi.StateManager Object getTransactionalObjectId( PersistenceCapable pc ) Return the object representing the JDO identity of the calling instance. If the JDO identity is being changed in the current transaction, this method returns the current identity as changed in the transaction
0

javax.jdo.JDONullIdentityException

within this Throwable object information about the current state of the stack frames for the current thread
0

javax.jdo.JDOOptimisticVerificationException

the execution stack trace. This method records within this Throwable object information about the current state of the stack frames for the current thread. Returns: a reference to this Throwable instance
0

isDirty(pc)

Static Method javax.jdo.JDOHelper boolean isDirty( Object pc ) Tests whether the parameter instance is dirty. Instances that have been modified, deleted, or newly made persistent in the current ... instance has been modified in the current transaction. Since: JDO 1.0 See Also: javax.jdo.spi

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