Uses of Class
org.apache.openjpa.kernel.BrokerImpl
-
Packages that use BrokerImpl Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of BrokerImpl in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return BrokerImpl Modifier and Type Method Description BrokerImpl
OpenJPAConfiguration. newBrokerInstance(java.lang.String user, java.lang.String pass)
Create a new broker instance with the configured plugin data.BrokerImpl
OpenJPAConfigurationImpl. newBrokerInstance(java.lang.String user, java.lang.String pass)
Methods in org.apache.openjpa.conf that return types with arguments of type BrokerImpl Modifier and Type Method Description java.lang.Class<? extends BrokerImpl>
BrokerValue. getTemplateBrokerType(Configuration c)
-
Uses of BrokerImpl in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return BrokerImpl Modifier and Type Method Description BrokerImpl
JDBCConfigurationImpl. newBrokerInstance(java.lang.String user, java.lang.String pass)
-
Uses of BrokerImpl in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return BrokerImpl Modifier and Type Method Description protected BrokerImpl
JDBCBrokerFactory. newBrokerImpl(java.lang.String user, java.lang.String pass)
-
Uses of BrokerImpl in org.apache.openjpa.kernel
Subclasses of BrokerImpl in org.apache.openjpa.kernel Modifier and Type Class Description class
FinalizingBrokerImpl
Subtype ofBrokerImpl
that automatically closes itself during finalization.Methods in org.apache.openjpa.kernel that return BrokerImpl Modifier and Type Method Description protected BrokerImpl
AbstractBrokerFactory. newBrokerImpl(java.lang.String user, java.lang.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 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 BrokerImpl Constructor Description AttachManager(BrokerImpl broker, boolean copyNew, OpCallbacks call)
Constructor.DetachManager(BrokerImpl broker, boolean full, OpCallbacks call)
Constructor.StateManagerImpl(java.lang.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.slice Modifier and Type Class Description class
DistributedBrokerImpl
A specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade.
-