ObjectDB ObjectDB

Internal Website Search

41-50 of 193 resultsRefresh
5

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
5

getConnectionFactory()

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

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
5

setMapping(mapping)

Method javax.jdo.PersistenceManagerFactory void setMapping( String mapping ) Set the Mapping setting for this factory. This is used to find the object-datastore mapping file(s). Parameters: mapping - the Mapping setting. Since: JDO 1.0
5

setIgnoreCache(flag)

Method javax.jdo.PersistenceManagerFactory void setIgnoreCache( boolean flag ) Set the default IgnoreCache setting for all PersistenceManager instances obtained from this factory. Parameters: flag - the default IgnoreCache setting. Since: JDO 1.0
5

setMultithreaded(flag)

Method javax.jdo.PersistenceManagerFactory void setMultithreaded( boolean flag ) Set the default Multithreaded setting for all PersistenceManager instances obtained from this factory. Parameters: flag - the default Multithreaded setting. Since: JDO 1.0
5

addFetchGroups(groups)

Method javax.jdo.PersistenceManagerFactory void addFetchGroups( FetchGroup... groups ) Add the FetchGroups to the set of active fetch groups. FetchGroups are made unmodifiable before being added. FetchGroups that match existing FetchGroups replace the corresponding FetchGroups. The replaced
5

setConnectionUserName(userName)

Method javax.jdo.PersistenceManagerFactory void setConnectionUserName( String userName ) Set the user name for the data store connection. Parameters: userName - the user name for the data store connection. Since: JDO 1.0
5

setConnectionURL(url)

Method javax.jdo.PersistenceManagerFactory void setConnectionURL( String url ) Set the URL for the data store connection. Parameters: url - the URL for the data store connection. Since: JDO 1.0
5

setDetachAllOnCommit(flag)

Method javax.jdo.PersistenceManagerFactory void setDetachAllOnCommit( boolean flag ) Sets the default detachAllOnCommit setting for all PersistenceManager instances obtained from this factory. Parameters: flag - the default DetachAllOnCommit setting Since: JDO 2.0 See Also: getDetachAllOnCommit()

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