| Returns an instance of IPersistenceEngine.
It reads the 'framework.persistence.Persistence_Engine' property from the framework.properties file.
It then instantiates the class returned by the property.
an instance of IPersistenceEngine. throws: EngineInstantiationException - if the property is not defined, or if the class cannot be found, or if the class canot be instantiated. |