| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InnoDBStorageEngine
Represents the InnoDB storage engine.
|
class |
MyISAMStorageEngine
Represents the MyISAM storage engine.
|
| Modifier and Type | Field and Description |
|---|---|
static MySQLStorageEngine |
MyISAMStorageEngine.INSTANCE |
static MySQLStorageEngine |
InnoDBStorageEngine.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected MySQLStorageEngine |
MySQLInnoDBDialect.getDefaultMySQLStorageEngine()
Deprecated.
|
protected MySQLStorageEngine |
MySQLDialect.getDefaultMySQLStorageEngine() |
protected MySQLStorageEngine |
MySQL5InnoDBDialect.getDefaultMySQLStorageEngine()
Deprecated.
|
protected MySQLStorageEngine |
MySQL55Dialect.getDefaultMySQLStorageEngine() |
protected MySQLStorageEngine |
MariaDBDialect.getDefaultMySQLStorageEngine() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.