Uses of Interface
org.apache.activemq.artemis.jdbc.store.sql.SQLProvider.Factory
-
Packages that use SQLProvider.Factory Package Description org.apache.activemq.artemis.core.config.storage org.apache.activemq.artemis.jdbc.store.drivers org.apache.activemq.artemis.jdbc.store.sql -
-
Uses of SQLProvider.Factory in org.apache.activemq.artemis.core.config.storage
Methods in org.apache.activemq.artemis.core.config.storage that return SQLProvider.Factory Modifier and Type Method Description SQLProvider.FactoryDatabaseStorageConfiguration. getSqlProviderFactory()TheSQLProvider.Factoryused to communicate with the JDBC data store.Methods in org.apache.activemq.artemis.core.config.storage with parameters of type SQLProvider.Factory Modifier and Type Method Description voidDatabaseStorageConfiguration. 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.Factory Modifier and Type Method Description static 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 Modifier and Type Class Description static classPropertySQLProvider.Factory
-