Uses of Class
org.apache.openjpa.kernel.BrokerImpl
Packages that use BrokerImpl
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
-
Uses of BrokerImpl in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return BrokerImplModifier and TypeMethodDescriptionOpenJPAConfiguration.newBrokerInstance(String user, String pass) Create a new broker instance with the configured plugin data.OpenJPAConfigurationImpl.newBrokerInstance(String user, String pass) Methods in org.apache.openjpa.conf that return types with arguments of type BrokerImplModifier and TypeMethodDescriptionClass<? extends BrokerImpl>BrokerValue.getTemplateBrokerType(Configuration c) -
Uses of BrokerImpl in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return BrokerImplModifier and TypeMethodDescriptionJDBCConfigurationImpl.newBrokerInstance(String user, String pass) -
Uses of BrokerImpl in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return BrokerImplModifier and TypeMethodDescriptionprotected BrokerImplJDBCBrokerFactory.newBrokerImpl(String user, String pass) -
Uses of BrokerImpl in org.apache.openjpa.kernel
Subclasses of BrokerImpl in org.apache.openjpa.kernelModifier and TypeClassDescriptionclassSubtype ofBrokerImplthat automatically closes itself during finalization.Methods in org.apache.openjpa.kernel that return BrokerImplModifier and TypeMethodDescriptionprotected BrokerImplAbstractBrokerFactory.newBrokerImpl(String user, String pass) Return a broker configured with the proper settings.Methods in org.apache.openjpa.kernel with parameters of type BrokerImplModifier and TypeMethodDescriptionprotected 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 BrokerImplModifierConstructorDescriptionAttachManager(BrokerImpl broker, boolean copyNew, OpCallbacks call) Constructor.DetachManager(BrokerImpl broker, boolean full, OpCallbacks call) Constructor.protectedStateManagerImpl(Object id, ClassMetaData meta, BrokerImpl broker) Constructor; supply id, type metadata, and owning persistence manager. -
Uses of BrokerImpl in org.apache.openjpa.slice
Subclasses of BrokerImpl in org.apache.openjpa.sliceModifier and TypeClassDescriptionclassA specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.