ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
18

Database Server

.Server -conf my_objectdb.conf start The TPC/IP port on which the server listens for new ... is represented by an icon in the Windows Tray. Right click the icon and use the context menu to manage the server
3

Step 2: Define a JPA Entity Class

. The next step is adding a context listener class that will manage a JPA's EntityManagerFactory representing the ObjectDB database.
3

Step 2: Define a JPA Entity Class

is adding a context listener class that will manage a JPA's EntityManagerFactory representing the ObjectDB database.
2

javax.jdo.listener.LoadLifecycleListener

javax.jdo.listener Interface LoadLifecycleListener Superinterfaces: InstanceLifecycleListener This interface is implemented by listeners to be notified of load events. Since: JDO 2.0 void postLoad( InstanceLifecycleEvent event) Invoked whenever a persistent instance is loaded from the data store
2

javax.jdo.listener.AttachCallback

javax.jdo.listener Interface AttachCallback This interface is used to notify instances of attach events. Since: JDO 2.0 void jdoPostAttach(Object attached) This method is called during the execution of javax.jdo.PersistenceManager.makePersistent on the persistent instance after the copy
2

javax.jdo.listener.ClearCallback

javax.jdo.listener Interface ClearCallback Subinterfaces: InstanceCallbacks This interface is used to notify instances of clear events. Since: JDO 2.0 void jdoPreClear() Called before the values in the instance are cleared. Called before the values in the instance are cleared. Transient fields
2

javax.jdo.listener.DetachCallback

javax.jdo.listener Interface DetachCallback This interface is used to notify instances of detach events. Since: JDO 2.0 void jdoPostDetach(Object detached) This method is called during the execution of javax.jdo.PersistenceManager.detachCopy on the detached instance after the copy
2

javax.jdo.listener.DeleteCallback

javax.jdo.listener Interface DeleteCallback Subinterfaces: InstanceCallbacks This interface is used to notify instances of delete events. Since: JDO 2.0 void jdoPreDelete() Called before the instance is deleted. Called before the instance is deleted. This method is called before the state
1

javax.jdo.PersistenceManager

addInstanceLifecycleListener(InstanceLifecycleListener listener, Class... classes) Adds the listener instance to the list of lifecycle event listeners. Adds the listener instance to the list of lifecycle event listeners ... listenerInstance interface. Parameters: listener - the lifecycle listener classes - the classes
1

javax.jdo.JDOHelper

the current thread's context class loader to locate the configuration file resource(s). Get the anonymous ... /jdoconfig.xml", using the current thread's context class loader to locate the configuration file resource(s ... context class loader to locate the PersistenceManagerFactory class. Get a PersistenceManagerFactory

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