ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
0

getObjectId(pc)

implementation to locate a persistent instance with the same data store identity. If the JDO identity is managed ... the application or the data store, then the ObjectId returned is only valid within the current transaction
0

getExtent(persistenceCapableClass, subclasses)

Method javax.jdo.PersistenceManager Extent<T> getExtent( Class<T> persistenceCapableClass, boolean subclasses ) The PersistenceManager manages a collection of instances in the data store based on the class of the instances. This method returns an Extent of instances in the data store
0

getConnectionUserName()

Method javax.jdo.PersistenceManagerFactory String getConnectionUserName() Get the user name for the data store connection. Returns: the user name for the data store connection. Since: JDO 1.0
0

getConnectionFactory2Name()

Method javax.jdo.PersistenceManagerFactory String getConnectionFactory2Name() Get the name for the second data store connection factory. This is needed for managed environments to get nontransactional connections for optimistic transactions. Returns: the name of the data store connection factory. Since: JDO 1.0
0

getConnectionFactory2()

Method javax.jdo.PersistenceManagerFactory Object getConnectionFactory2() Get the second data store connection factory. This is needed for managed environments to get nontransactional connections for optimistic transactions. Returns: the data store connection factory. Since: JDO 1.0
0

getConnectionURL()

Method javax.jdo.PersistenceManagerFactory String getConnectionURL() Get the URL for the data store connection. Returns: the URL for the data store connection. Since: JDO 1.0
0

getConnectionFactoryName()

Method javax.jdo.PersistenceManagerFactory String getConnectionFactoryName() Get the name for the data store connection factory. Returns: the name of the data store connection factory. Since: JDO 1.0
0

getConnectionFactory()

Method javax.jdo.PersistenceManagerFactory Object getConnectionFactory() Get the data store connection factory. Returns: the data store connection factory. Since: JDO 1.0
0

getConnectionDriverName()

Method javax.jdo.PersistenceManagerFactory String getConnectionDriverName() Get the driver name for the data store connection. Returns: the driver name for the data store connection. Since: JDO 1.0
0

Value.mappedBy

Annotation Element javax.jdo.annotations.Value String mappedBy Name of a member in the key class where this value is stored. Returns: the name of a member in the key class where this value is stored Default value: "" Since: JDO 2.1

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