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 classAbstractConnectionFactoryAbstract 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) ConnectionFactoryConnectionManagerImpl. primaryConnectionFactory"Primary" ConnectionFactory, normally used for transactional operations.(package private) ConnectionFactoryConnectionManagerImpl. secondaryConnectionFactory"Secondary" ConnectionFactory, normally used for non-transactional operations.
-