Uses of Class
org.apache.openjpa.kernel.BrokerImpl
-
Packages that use BrokerImpl Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of BrokerImpl in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return BrokerImpl Modifier and Type Method Description BrokerImplOpenJPAConfiguration. newBrokerInstance(String user, String pass)Create a new broker instance with the configured plugin data.BrokerImplOpenJPAConfigurationImpl. newBrokerInstance(String user, String pass)Methods in org.apache.openjpa.conf that return types with arguments of type BrokerImpl Modifier and Type Method Description Class<? extends BrokerImpl>BrokerValue. getTemplateBrokerType(Configuration c) -
Uses of BrokerImpl in org.apache.openjpa.kernel
Subclasses of BrokerImpl in org.apache.openjpa.kernel Modifier and Type Class Description classFinalizingBrokerImplSubtype ofBrokerImplthat automatically closes itself during finalization.Methods in org.apache.openjpa.kernel that return BrokerImpl Modifier and Type Method Description protected BrokerImplAbstractBrokerFactory. newBrokerImpl(String user, String pass)Return a broker configured with the proper settings.Methods in org.apache.openjpa.kernel with parameters of type BrokerImpl Modifier and Type Method Description protected voidAbstractBrokerFactory. configureBroker(BrokerImpl broker)Configures the given broker with the current factory option settings.protected voidAbstractBrokerFactory. releaseBroker(BrokerImpl broker)Releasebrokerfrom any internal data structures.voidStateManagerImpl. setBroker(BrokerImpl ctx)Constructors in org.apache.openjpa.kernel with parameters of type BrokerImpl Constructor Description AttachManager(BrokerImpl broker, boolean copyNew, OpCallbacks call)Constructor.DetachManager(BrokerImpl broker, boolean full, OpCallbacks call)Constructor.StateManagerImpl(Object id, ClassMetaData meta, BrokerImpl broker)Constructor; supply id, type metadata, and owning persistence manager.
-