PersistenceManager and PersistenceManagerFactory

The JDO PersistenceManager is the most important instrument working with persistent objects in Signsoft intelliBO. It is provided by a PersistenceManagerFactory.

Before, the factory must be configured in one of the three ways described in the chapter "System configuration". The preferred way is to use configuration file called ibo-config.xml.

The Signsoft intelliBO implementations of this JDO interfaces are called com.signsoft.ibo.client.PersistenceManagerImpl and com.signsoft.ibo.client.PersistenceManagerFactoryImpl.