ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
4

makeTransientAll(pcs)

Method javax.jdo.PersistenceManager void makeTransientAll( Collection pcs ) Make a Collection of instances transient, removing them from management by this PersistenceManager. The instances lose their JDO identity and they are no longer associated with any PersistenceManager. The state of fields
4

isClosed()

Method javax.jdo.PersistenceManager boolean isClosed() A PersistenceManager instance can be used until it is closed. Returns: true if this PersistenceManager has been closed. Since: JDO 1.0 See Also: close()
4

getPersistenceManagerFactory()

Method javax.jdo.PersistenceManager PersistenceManagerFactory getPersistenceManagerFactory() This method returns the PersistenceManagerFactory used to create this PersistenceManager. Returns: the PersistenceManagerFactory that created this PersistenceManager Since: JDO 1.0
4

retrieve(pc)

Method javax.jdo.PersistenceManager void retrieve( Object pc ) Retrieve field values of an instance from the store. This tells the PersistenceManager that the application intends to use the instance, and its field values must be retrieved. The PersistenceManager might use policy information
4

retrieveAll(pcs)

Method javax.jdo.PersistenceManager void retrieveAll( Collection pcs ) Retrieve field values of instances from the store. This tells the PersistenceManager that the application intends to use the instances, and all field values must be retrieved. The PersistenceManager might use policy information
4

getMultithreaded()

Method javax.jdo.PersistenceManager boolean getMultithreaded() Get the current Multithreaded flag for this PersistenceManager. Returns: the Multithreaded setting. Since: JDO 1.0 See Also: setMultithreaded
4

getFetchPlan()

Method javax.jdo.PersistenceManager FetchPlan getFetchPlan() Returns the FetchPlan used by this PersistenceManager. Returns: the FetchPlan Since: JDO 2.0
4

getIgnoreCache()

Method javax.jdo.PersistenceManager boolean getIgnoreCache() Get the ignoreCache setting for queries. IgnoreCache set to true specifies that for all Query instances created by this PersistenceManager, the default is the cache should be ignored for queries. Returns: the ignoreCache setting. Since: JDO 1.0
4

retrieveAll(useFetchPlan, pcs)

Method javax.jdo.PersistenceManager void retrieveAll( boolean useFetchPlan, Object... pcs ) Retrieve field values of instances from the store. This tells the PersistenceManager that the application intends to use the instances, and their field values should be retrieved. The fields in the current
4

detachCopyAll(pcs)

Method javax.jdo.PersistenceManager Collection<T> detachCopyAll( Collection<T> pcs ) Detach the specified instances from the PersistenceManager. The flags for detachment (DETACH_LOAD_FIELDS and DETACH_UNLOAD_FIELDS) and the active fetch groups determine the scope of fetching for the graph

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