Uses of Class
org.hibernate.dialect.MySQLServerConfiguration
Packages that use 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
Methods in org.hibernate.dialect that return MySQLServerConfigurationModifier and TypeMethodDescriptionstatic MySQLServerConfiguration
MySQLServerConfiguration.fromDatabaseMetadata
(DatabaseMetaData databaseMetaData) Deprecated.static MySQLServerConfiguration
MySQLServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type MySQLServerConfigurationModifierConstructorDescriptionMySQLDialect
(DatabaseVersion version, MySQLServerConfiguration serverConfiguration)
fromDialectResolutionInfo(org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo)
instead.