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 MySQLServerConfigurationMySQLServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type MySQLServerConfigurationModifierConstructorDescriptionMySQLDialect(DatabaseVersion version, MySQLServerConfiguration serverConfiguration)