Class XMLConfiguration

All Implemented Interfaces:
BeanInfo, Externalizable, Serializable, Cloneable, OpenJPAConfiguration, Configuration, ValueListener, Closeable

public class XMLConfiguration extends OpenJPAConfigurationImpl
Configuration implementation for the XML file store. Each unique BrokerFactory has a distinct configuration instance. Thus this configuration is shared by all Brokers associated with the owning factory, and is a good place to provide access to shared resources. Note that each broker has its own AbstractStoreManager.
See Also:
  • Constructor Details

    • XMLConfiguration

      public XMLConfiguration()
      Default constructor.
  • Method Details