Uses of Interface
org.datanucleus.store.connection.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.datanucleus.store.connection Package defining the connection to the datastore. -
-
Uses of ConnectionFactory in org.datanucleus.store.connection
Classes in org.datanucleus.store.connection that implement ConnectionFactory Modifier and Type Class Description class
AbstractConnectionFactory
Abstract implementation of a ConnectionFactory for a DataNucleus-supported datastore.Fields in org.datanucleus.store.connection declared as ConnectionFactory Modifier and Type Field Description (package private) ConnectionFactory
ConnectionManagerImpl. primaryConnectionFactory
"Primary" ConnectionFactory, normally used for transactional operations.(package private) ConnectionFactory
ConnectionManagerImpl. secondaryConnectionFactory
"Secondary" ConnectionFactory, normally used for non-transactional operations.
-