Uses of Class
org.hibernate.dialect.MySQLServerConfiguration
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of MySQLServerConfiguration in org.hibernate.dialect
Modifier and TypeMethodDescriptionstatic MySQLServerConfiguration
MySQLServerConfiguration.fromDatabaseMetadata
(DatabaseMetaData databaseMetaData) Deprecated.static MySQLServerConfiguration
MySQLServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) ModifierConstructorDescriptionMySQLDialect
(DatabaseVersion version, MySQLServerConfiguration serverConfiguration)
fromDialectResolutionInfo(org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo)
instead.