|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCAdapter | |
org.codehaus.activemq.store.jdbc | Message persistence implemented using JDBC |
org.codehaus.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
Uses of JDBCAdapter in org.codehaus.activemq.store.jdbc |
Fields in org.codehaus.activemq.store.jdbc declared as JDBCAdapter | |
protected JDBCAdapter |
JDBCMessageStore.adapter
|
Constructors in org.codehaus.activemq.store.jdbc with parameters of type JDBCAdapter | |
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
String destinationName)
|
|
JDBCPreparedTransactionStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat)
|
|
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
String destinationName)
|
Uses of JDBCAdapter in org.codehaus.activemq.store.jdbc.adapter |
Classes in org.codehaus.activemq.store.jdbc.adapter that implement JDBCAdapter | |
class |
BlobJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the getBlob()/setBlob() operations. |
class |
BytesJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBytes()/getBytes() operations. |
class |
DefaultJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter. |
class |
HsqldbJDBCAdapter
|
class |
StreamJDBCAdapter
This JDBCAdapter inserts and extracts BLOB data using the setBinaryStream()/getBinaryStream() operations. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |