ObjectDB ObjectDB

Internal Website Search

31-40 of 193 resultsRefresh
5

getFetchGroups()

Method javax.jdo.PersistenceManagerFactory Set getFetchGroups() Get a modifiable Set containing a mutable copy of all currently active (in scope) fetch groups. The methods addFetchGroups, removeFetchGroups, getFetchGroups, and removeAllFetchGroups are internally serialized. Returns: a copy
5

getMapping()

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

getIgnoreCache()

Method javax.jdo.PersistenceManagerFactory boolean getIgnoreCache() Get the default IgnoreCache setting for all PersistenceManager instances obtained from this factory. Returns: the default IngoreCache setting. Since: JDO 1.0
5

getCopyOnAttach()

Method javax.jdo.PersistenceManagerFactory boolean getCopyOnAttach() Gets the default copyOnAttach setting for all PersistenceManager instances obtained from this factory. Returns: the copyOnAttach setting. Since: JDO 2.1 See Also: setCopyOnAttach(boolean)
5

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
5

getDetachAllOnCommit()

Method javax.jdo.PersistenceManagerFactory boolean getDetachAllOnCommit() Gets the detachAllOnCommit setting. Returns: the default detachAllOnCommit setting. Since: JDO 2.0 See Also: setDetachAllOnCommit(boolean)
5

getDataStoreCache()

Method javax.jdo.PersistenceManagerFactory DataStoreCache getDataStoreCache() Return the DataStoreCache that this factory uses for controlling a second-level cache. If this factory does not use a second-level cache, the returned instance does nothing. This method never returns null. Returns: the DataStoreCache Since: JDO 2.0
5

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
5

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
5

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

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