Uses of Class
org.infinispan.persistence.jdbc.connectionfactory.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.infinispan.persistence.jdbc.configuration Configuration for the JDBC CacheStore.org.infinispan.persistence.jdbc.connectionfactory Connection factories for use with the JDBC Cache Store.org.infinispan.persistence.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.jdbc.table.management -
-
Uses of ConnectionFactory in org.infinispan.persistence.jdbc.configuration
Methods in org.infinispan.persistence.jdbc.configuration that return types with arguments of type ConnectionFactory Modifier and Type Method Description Class<? extends ConnectionFactory>
ConnectionFactoryConfiguration. connectionFactoryClass()
Class<? extends ConnectionFactory>
ManagedConnectionFactoryConfiguration. connectionFactoryClass()
Class<? extends ConnectionFactory>
PooledConnectionFactoryConfiguration. connectionFactoryClass()
Class<? extends ConnectionFactory>
SimpleConnectionFactoryConfiguration. connectionFactoryClass()
-
Uses of ConnectionFactory in org.infinispan.persistence.jdbc.connectionfactory
Subclasses of ConnectionFactory in org.infinispan.persistence.jdbc.connectionfactory Modifier and Type Class Description class
ManagedConnectionFactory
Connection factory that can be used when on managed environments, like application servers.class
PooledConnectionFactory
Pooled connection factory that uses HikariCP by default.class
SimpleConnectionFactory
Connection factory implementation that will create database connection on a per invocation basis.Methods in org.infinispan.persistence.jdbc.connectionfactory that return ConnectionFactory Modifier and Type Method Description static ConnectionFactory
ConnectionFactory. getConnectionFactory(Class<? extends ConnectionFactory> connectionFactoryClass)
Constructs aConnectionFactory
based on the supplied class name.static ConnectionFactory
ConnectionFactory. getConnectionFactory(String connectionFactoryClass, ClassLoader classLoader)
Constructs aConnectionFactory
based on the supplied class name.Method parameters in org.infinispan.persistence.jdbc.connectionfactory with type arguments of type ConnectionFactory Modifier and Type Method Description static ConnectionFactory
ConnectionFactory. getConnectionFactory(Class<? extends ConnectionFactory> connectionFactoryClass)
Constructs aConnectionFactory
based on the supplied class name. -
Uses of ConnectionFactory in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
JdbcStringBasedStore. getConnectionFactory()
-
Uses of ConnectionFactory in org.infinispan.persistence.jdbc.table.management
Fields in org.infinispan.persistence.jdbc.table.management declared as ConnectionFactory Modifier and Type Field Description protected ConnectionFactory
AbstractTableManager. connectionFactory
Methods in org.infinispan.persistence.jdbc.table.management with parameters of type ConnectionFactory Modifier and Type Method Description static TableManager
TableManagerFactory. getManager(ConnectionFactory connectionFactory, JdbcStringBasedStoreConfiguration config)
static TableManager
TableManagerFactory. getManager(DbMetaData metaData, ConnectionFactory connectionFactory, TableManipulationConfiguration tableConfig)
-