| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc | |
| com.holonplatform.datastore.jdbc.config | |
| com.holonplatform.datastore.jdbc.dialect | |
| com.holonplatform.datastore.jdbc.spring |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JdbcDatastore.Builder<D extends JdbcDatastore>
JdbcDatastore builder. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcDatastore.Builder<JdbcDatastore> |
JdbcDatastore.builder()
Get a builder to create a
JdbcDatastore instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcDialect.init(JdbcDatastore datastore)
Dialect initialization hook at parent datastore initialization.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcDatastoreCommodityContext
JDBC Datastore
DatastoreCommodityContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerDialect.init(JdbcDatastore datastore) |
void |
SQLiteDialect.init(JdbcDatastore datastore) |
void |
PostgreSQLDialect.init(JdbcDatastore datastore) |
void |
OracleDialect.init(JdbcDatastore datastore) |
void |
MySQLDialect.init(JdbcDatastore datastore) |
void |
MariaDBDialect.init(JdbcDatastore datastore) |
void |
InformixDialect.init(JdbcDatastore datastore) |
void |
HSQLDialect.init(JdbcDatastore datastore) |
void |
HANADialect.init(JdbcDatastore datastore) |
void |
H2Dialect.init(JdbcDatastore datastore) |
void |
DerbyDialect.init(JdbcDatastore datastore) |
void |
DefaultDialect.init(JdbcDatastore datastore) |
void |
DB2Dialect.init(JdbcDatastore datastore) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringJdbcDatastore
Spring-enabled
JdbcDatastore. |
Copyright © 2017 The Holon Platform. All rights reserved.