ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
6

PersistenceCapable.CHECK_READ

Static Field javax.jdo.spi.PersistenceCapable byte CHECK_READ If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK. Since: JDO 1.0
5

PersistenceCapable.MEDIATE_READ

Static Field javax.jdo.spi.PersistenceCapable byte MEDIATE_READ If jdoFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the jdoStateManager on all reads. Since: JDO 1.0
5

PersistenceCapable.READ_WRITE_OK

Static Field javax.jdo.spi.PersistenceCapable byte READ_WRITE_OK If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager. Since: JDO 1.0
5

PersistenceCapable.READ_OK

Static Field javax.jdo.spi.PersistenceCapable byte READ_OK If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager. Since: JDO 1.0
5

Constants.TX_REPEATABLE_READ

Static Field javax.jdo.Constants String TX_REPEATABLE_READ Transaction isolation level representing the requirement to read the same data in the same transaction. Since: JDO 2.2 See Also: PersistenceManagerFactory.getTransactionIsolationLevel() Transaction.getIsolationLevel()
5

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()
5

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()
5

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED

Static Field javax.jdo.Constants String PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_UNCOMMITTED "javax.jdo.option.TransactionIsolationLevel.read-uncommitted" Since: JDO 2.2 See Also: PersistenceManagerFactory.supportedOptions()
5

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED

Static Field javax.jdo.Constants String PROPERTY_TRANSACTION_ISOLATION_LEVEL_READ_COMMITTED "javax.jdo.option.TransactionIsolationLevel.read-committed" Since: JDO 2.2 See Also: PersistenceManagerFactory.supportedOptions()
5

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ

Static Field javax.jdo.Constants String PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ "javax.jdo.option.TransactionIsolationLevel.repeatable-read" Since: JDO 2.2 See Also: PersistenceManagerFactory.supportedOptions()

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