Uses of Interface
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.Factory
Packages that use SQLProvider.Factory
Package
Description
-
Uses of SQLProvider.Factory in org.apache.activemq.artemis.core.config.storage
Methods in org.apache.activemq.artemis.core.config.storage that return SQLProvider.FactoryModifier and TypeMethodDescriptionDatabaseStorageConfiguration.getSqlProviderFactory()TheSQLProvider.Factoryused to communicate with the JDBC data store.Methods in org.apache.activemq.artemis.core.config.storage with parameters of type SQLProvider.FactoryModifier and TypeMethodDescriptionvoidDatabaseStorageConfiguration.setSqlProvider(SQLProvider.Factory sqlProviderFactory) -
Uses of SQLProvider.Factory in org.apache.activemq.artemis.jdbc.store.drivers
Methods in org.apache.activemq.artemis.jdbc.store.drivers that return SQLProvider.FactoryModifier and TypeMethodDescriptionstatic SQLProvider.FactoryJDBCUtils.getSQLProviderFactory(String url) -
Uses of SQLProvider.Factory in org.apache.activemq.artemis.jdbc.store.sql
Classes in org.apache.activemq.artemis.jdbc.store.sql that implement SQLProvider.Factory