ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
0

makeTransient(pc, useFetchPlan)

is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan is applied to the pc ... . useFetchPlan - whether to use the current fetch plan to determine which fields to load and which instances to make transient Since: JDO 2.0
0

isNew(pc)

Method javax.jdo.spi.StateManager boolean isNew( PersistenceCapable pc ) Tests whether this object has been newly made persistent. Instances that have been made persistent in the current transaction ... instance Returns: true if this instance was made persistent in the current transaction. Since: JDO 1.0 See Also: PersistenceManager.makePersistent(Object pc)
0

javax.jdo.JDOReadOnlyException

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

jdoIsNew()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsNew() Tests whether this object has been newly made persistent. Instances that have been made persistent in the current transaction return true. Transient instances return false. Returns: true if this instance was made persistent in the current
0

jdoIsDirty()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsDirty() Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current transaction return ... the current transaction. Since: JDO 1.0 See Also: javax.jdo.JDOHelper.isDirty(Object pc) javax.jdo
0

isDirty(pc)

Method javax.jdo.spi.StateManager boolean isDirty( PersistenceCapable pc ) Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current ... PersistenceCapable instance Returns: true if this instance has been modified in the current
0

javax.jdo.JDOCanRetryException

within this Throwable object information about the current state of the stack frames for the current thread
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

javax.jdo.JDODetachedFieldAccessException

object information about the current state of the stack frames for the current thread. Returns
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

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