Uses of Class
org.apache.openjpa.kernel.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
Modifier and TypeMethodDescriptionOpenJPAConfiguration.newBrokerInstance
(String user, String pass) Create a new broker instance with the configured plugin data.OpenJPAConfigurationImpl.newBrokerInstance
(String user, String pass) Modifier and TypeMethodDescriptionClass<? extends BrokerImpl>
BrokerValue.getTemplateBrokerType
(Configuration c) -
Uses of BrokerImpl in org.apache.openjpa.jdbc.conf
Modifier and TypeMethodDescriptionJDBCConfigurationImpl.newBrokerInstance
(String user, String pass) -
Uses of BrokerImpl in org.apache.openjpa.jdbc.kernel
Modifier and TypeMethodDescriptionprotected BrokerImpl
JDBCBrokerFactory.newBrokerImpl
(String user, String pass) -
Uses of BrokerImpl in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Subtype ofBrokerImpl
that automatically closes itself during finalization.Modifier and TypeMethodDescriptionprotected BrokerImpl
AbstractBrokerFactory.newBrokerImpl
(String user, String pass) Return a broker configured with the proper settings.Modifier 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) ModifierConstructorDescriptionAttachManager
(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
Modifier and TypeClassDescriptionclass
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.