Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » kernel » [javadoc | source]
org.apache.openjpa.kernel
public class: Bootstrap [javadoc | source]
java.lang.Object
   org.apache.openjpa.kernel.Bootstrap
Helper methods for acquiring BrokerFactory objects
Method from org.apache.openjpa.kernel.Bootstrap Summary:
getBrokerFactory,   getBrokerFactory,   newBrokerFactory,   newBrokerFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.kernel.Bootstrap Detail:
 public static BrokerFactory getBrokerFactory() 
    Return a pooled factory for the default configuration.
 public static BrokerFactory getBrokerFactory(ConfigurationProvider conf,
    ClassLoader loader) 
    Return a pooled factory for the given configuration. The classloader will be used to load the factory class. If no classloader is given, the thread's context classloader is used.
 public static BrokerFactory newBrokerFactory() 
    Return a new factory for the default configuration.
 public static BrokerFactory newBrokerFactory(ConfigurationProvider conf,
    ClassLoader loader) 
    Return a new factory for the given configuration. The classloader will be used to load the factory class. If no classloader is given, the thread's context classloader is used.