Uses of Class
org.hibernate.dialect.MySQLServerConfiguration
-
Packages that use MySQLServerConfiguration Package Description org.hibernate.dialect 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 MySQLServerConfiguration Modifier and Type Method Description static MySQLServerConfiguration
MySQLServerConfiguration. fromDatabaseMetadata(DatabaseMetaData databaseMetaData)
Deprecated.static MySQLServerConfiguration
MySQLServerConfiguration. fromDialectResolutionInfo(DialectResolutionInfo info)
Constructors in org.hibernate.dialect with parameters of type MySQLServerConfiguration Constructor Description MySQLDialect(DatabaseVersion version, MySQLServerConfiguration serverConfiguration)
-