| Name | Description | Type | Package | Framework |
| BasicJdbcDialect | Basic implementation of dialect based on JDBC specification. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| CacheAbstractJdbcStore | Store works with database via SQL dialect. | Class | org.apache.ignite.cache.store.jdbc | Ignite |
| CacheAbstractJdbcStore .EntryMapping | Entry mapping description. | Class | org.apache.ignite.cache.store.jdbc | Ignite |
| CacheJdbcBlobStore | CacheStore implementation backed by JDBC. | Class | org.apache.ignite.cache.store.jdbc | Ignite |
| CacheJdbcPojoStore | This implementation stores objects in underlying database using java beans mapping description via reflection. | Class | org.apache.ignite.cache.store.jdbc | Ignite |
| CacheJdbcPojoStore .PojoMethodsCache | Class | org.apache.ignite.cache.store.jdbc | Ignite | |
| DB2Dialect | A dialect compatible with the IBM DB2 database. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| H2Dialect | A dialect compatible with the H2 database. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| JdbcDialect | Represents a dialect of SQL implemented by a particular RDBMS. | Interface | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| MySQLDialect | A dialect compatible with the MySQL database. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| OracleDialect | A dialect compatible with the Oracle database. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |
| SQLServerDialect | A dialect compatible with the Microsoft SQL Server database. | Class | org.apache.ignite.cache.store.jdbc.dialect | Ignite |