ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
0

flush()

transaction is active, this method obtains a datastore connection, synchronizes the cache with the datastore using this connection and reports any exceptions. The connection obtained by this method
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

close()

Method javax.jdo.datastore.JDOConnection void close() Returns this connection to the JDO implementation. The object must be returned to the JDO implementation prior to calling any JDO method or ... a connection. If the object has not been returned and the JDO implementation needs a connection, a JDOUserException is thrown. Since: JDO 2.0
0

setConnectionFactory2Name(connectionFactoryName)

connectionFactoryName ) Set the name for the second data store connection factory. This is needed for managed environments to get nontransactional connections for optimistic transactions. Parameters: connectionFactoryName - the name of the data store connection factory. Since: JDO 1.0
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

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

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