ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
0

getNontransactionalWrite()

Method javax.jdo.PersistenceManagerFactory boolean getNontransactionalWrite() Get the default NontransactionalWrite setting for all PersistenceManager instances obtained from this factory. Returns: the default NontransactionalWrite setting. Since: JDO 1.0
0

getNontransactionalRead()

Method javax.jdo.PersistenceManagerFactory boolean getNontransactionalRead() Get the default NontransactionalRead setting for all PersistenceManager instances obtained from this factory. Returns: the default NontransactionalRead setting. Since: JDO 1.0
0

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
0

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)
0

addInstanceLifecycleListener(listener, classes)

Method javax.jdo.PersistenceManagerFactory void addInstanceLifecycleListener( InstanceLifecycleListener listener, Class[] classes ) Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by
0

FetchPlan.DETACH_UNLOAD_FIELDS

Static Field javax.jdo.FetchPlan int DETACH_UNLOAD_FIELDS For use with PersistenceManager.detachCopy and setDetachmentOptions. Specifies that fields that are loaded but not in the current fetch plan should be unloaded prior to detachment. Since: JDO 2.0
0

isNew(pc)

instance was made persistent in the current transaction. Since: JDO 1.0 See Also: PersistenceManager.makePersistent(Object pc) PersistenceCapable.jdoIsNew()
0

FetchPlan.DETACH_LOAD_FIELDS

Static Field javax.jdo.FetchPlan int DETACH_LOAD_FIELDS For use with PersistenceManager.detachCopy and setDetachmentOptions. Specifies that fields that are not loaded but are in the current fetch plan should be loaded prior to detachment. Since: JDO 2.0
0

isPersistent(pc)

. Since: JDO 1.0 See Also: PersistenceManager.makePersistent(Object pc) PersistenceCapable.jdoIsPersistent()
0

getFetchPlan()

Method javax.jdo.Query FetchPlan getFetchPlan() Returns the FetchPlan used by this Query. Modifications of the returned fetch plan will not cause this query's owning PersistenceManager's FetchPlan to be modified. Returns: the fetch plan used by this query Since: JDO 2.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