Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.spatial.dialect.mysql |
This package contains the spatial extensions for the MySQL dialect.
|
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 |
MariaDBDialect.getDefaultMySQLStorageEngine() |
protected MySQLStorageEngine |
MySQL55Dialect.getDefaultMySQLStorageEngine() |
protected MySQLStorageEngine |
MySQL5InnoDBDialect.getDefaultMySQLStorageEngine()
Deprecated.
|
protected MySQLStorageEngine |
MySQLInnoDBDialect.getDefaultMySQLStorageEngine()
Deprecated.
|
protected MySQLStorageEngine |
MySQLDialect.getDefaultMySQLStorageEngine() |
Modifier and Type | Method and Description |
---|---|
protected MySQLStorageEngine |
MySQL5SpatialDialect.getDefaultMySQLStorageEngine() |
protected MySQLStorageEngine |
MySQL5InnoDBSpatialDialect.getDefaultMySQLStorageEngine()
Deprecated.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.