ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
51

AccessType.PROPERTY

Enum Constant javax.persistence.AccessType PROPERTY Property-based access is used. Since: JPA 2.0
5

[ODB1] Chapter 5 - JDO Connections

instance: import java.util.Properties; import javax.jdo.*; : : Properties properties = new Properties(); properties.setProperty( "javax.jdo.PersistenceManagerFactoryClass", "com.objectdb.jdo.PMF"); properties.setProperty( "javax.jdo.option.ConnectionURL", "local.odb
5

Constants.NONCONFIGURABLE_PROPERTY_VENDOR_NAME

Static Field javax.jdo.Constants String NONCONFIGURABLE_PROPERTY_VENDOR_NAME Nonconfigurable property constanct "VendorName" Since: JDO 2.1 See Also: PersistenceManagerFactory.getProperties()
5

Constants.NONCONFIGURABLE_PROPERTY_VERSION_NUMBER

Static Field javax.jdo.Constants String NONCONFIGURABLE_PROPERTY_VERSION_NUMBER Nonconfigurable property constanct "VersionNumber" Since: JDO 2.1 See Also: PersistenceManagerFactory.getProperties()
5

Constants.ELEMENT_PROPERTY

Static Field javax.jdo.Constants String ELEMENT_PROPERTY The name of the persistence manager factory property elements in the JDO configuration file. Since: JDO 2.1
5

Constants.PROPERTY_ATTRIBUTE_NAME

Static Field javax.jdo.Constants String PROPERTY_ATTRIBUTE_NAME The name of the persistence manager factory property element's "name" attribute. Since: JDO 2.1
5

Constants.PROPERTY_ATTRIBUTE_VALUE

Static Field javax.jdo.Constants String PROPERTY_ATTRIBUTE_VALUE The name of the persistence manager factory property element's "value" attribute. Since: JDO 2.1
5

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT

Static Field javax.jdo.Constants String PROPERTY_TRANSACTION_ISOLATION_LEVEL_SNAPSHOT "javax.jdo.option.TransactionIsolationLevel.snapshot" Since: JDO 2.2 See Also: PersistenceManagerFactory.supportedOptions()
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()

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