ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
0

Constants.TX_READ_UNCOMMITTED

Static Field javax.jdo.Constants String TX_READ_UNCOMMITTED Transaction isolation level representing the ability to read uncommitted data. Since: JDO 2.2 See Also: PersistenceManagerFactory.getTransactionIsolationLevel() Transaction.getIsolationLevel()
0

Constants.TX_SNAPSHOT

Static Field javax.jdo.Constants String TX_SNAPSHOT Transaction isolation level representing the requirement to keep a snapshot for reading data. Since: JDO 2.2 See Also: PersistenceManagerFactory.getTransactionIsolationLevel() Transaction.getIsolationLevel()
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

Constants.RESOURCE_LOCAL

Static Field javax.jdo.Constants String RESOURCE_LOCAL The value for TransactionType to specify that transactions are managed by the javax.jdo.Transaction instance, similar to the usage as documented in JSR-220. Since: JDO 2.1
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

Constants.TX_READ_COMMITTED

Static Field javax.jdo.Constants String TX_READ_COMMITTED Transaction isolation level representing the requirement to read committed data only. Since: JDO 2.2 See Also: PersistenceManagerFactory.getTransactionIsolationLevel() Transaction.getIsolationLevel()
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 ... transaction. Since: JDO 1.0 See Also: javax.jdo.JDOHelper.isNew(Object pc) PersistenceManager.makePersistent(Object pc)
0

setRestoreValues(restoreValues)

instances are restored to their values as of the beginning of the transaction, and the instances revert ... types are restored to their values as of the beginning of the transaction. If false, at rollback
0

jdoGetPersistenceManager()

Method javax.jdo.spi.PersistenceCapable PersistenceManager jdoGetPersistenceManager() Return the associated PersistenceManager if there is one. Transactional and persistent instances return the associated PersistenceManager. Transient non-transactional instances return null. This method
0

makeTransactionalAll(pcs)

Method javax.jdo.PersistenceManager void makeTransactionalAll( Object... pcs ) Make an array of instances subject to transactional boundaries. Parameters: pcs - the array of instances to make transactional. Since: JDO 1.0 See Also: makeTransactional(Object pc)

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