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 BrokerImpl
JDBCBrokerFactory.newBrokerImpl
(String user, String pass) -
Uses of BrokerImpl in org.apache.openjpa.kernel
Subclasses of BrokerImpl in org.apache.openjpa.kernelModifier and TypeClassDescriptionclass
Subtype ofBrokerImpl
that automatically closes itself during finalization.Methods in org.apache.openjpa.kernel that return BrokerImplModifier and TypeMethodDescriptionprotected BrokerImpl
AbstractBrokerFactory.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 void
AbstractBrokerFactory.configureBroker
(BrokerImpl broker) Configures the given broker with the current factory option settings.protected void
AbstractBrokerFactory.releaseBroker
(BrokerImpl broker) Releasebroker
from any internal data structures.void
StateManagerImpl.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.protected
StateManagerImpl
(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 TypeClassDescriptionclass
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.