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 |
MySQL57InnoDBDialect |
class |
MySQL5InnoDBDialect
A Dialect for MySQL 5 using InnoDB engine
|
Modifier and Type | Class and Description |
---|---|
class |
MySQL56InnoDBSpatialDialect
Spatial Dialect for MySQL 5.6 with InnoDB engine.
|
class |
MySQL56SpatialDialect
Extends the MySQL5Dialect by including support for the spatial operators.
|
class |
MySQL5InnoDBSpatialDialect
A Dialect for MySQL 5 using InnoDB engine, with support for its spatial features
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.