Uses of Class
org.apache.activemq.schema.core.DtoMysqlJdbcAdapter
-
Packages that use DtoMysqlJdbcAdapter Package Description org.apache.activemq.schema.core -
-
Uses of DtoMysqlJdbcAdapter in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoMysqlJdbcAdapter Modifier and Type Field Description protected DtoMysqlJdbcAdapter
DtoJdbcPersistenceAdapter.Adapter. mysqlJdbcAdapter
protected DtoMysqlJdbcAdapter
DtoJournaledJDBC.Adapter. mysqlJdbcAdapter
protected DtoMysqlJdbcAdapter
DtoJournalPersistenceAdapterFactory.Adapter. mysqlJdbcAdapter
Methods in org.apache.activemq.schema.core that return DtoMysqlJdbcAdapter Modifier and Type Method Description DtoMysqlJdbcAdapter
ObjectFactory. createDtoMysqlJdbcAdapter()
Create an instance ofDtoMysqlJdbcAdapter
DtoMysqlJdbcAdapter
DtoJdbcPersistenceAdapter.Adapter. getMysqlJdbcAdapter()
Gets the value of the mysqlJdbcAdapter property.DtoMysqlJdbcAdapter
DtoJournaledJDBC.Adapter. getMysqlJdbcAdapter()
Gets the value of the mysqlJdbcAdapter property.DtoMysqlJdbcAdapter
DtoJournalPersistenceAdapterFactory.Adapter. getMysqlJdbcAdapter()
Gets the value of the mysqlJdbcAdapter property.Methods in org.apache.activemq.schema.core with parameters of type DtoMysqlJdbcAdapter Modifier and Type Method Description void
DtoJdbcPersistenceAdapter.Adapter. setMysqlJdbcAdapter(DtoMysqlJdbcAdapter value)
Sets the value of the mysqlJdbcAdapter property.void
DtoJournaledJDBC.Adapter. setMysqlJdbcAdapter(DtoMysqlJdbcAdapter value)
Sets the value of the mysqlJdbcAdapter property.void
DtoJournalPersistenceAdapterFactory.Adapter. setMysqlJdbcAdapter(DtoMysqlJdbcAdapter value)
Sets the value of the mysqlJdbcAdapter property.
-