Class MySQLServerConfiguration
java.lang.Object
org.hibernate.dialect.MySQLServerConfiguration
Utility class that extract some initial configuration from the database
for
MySQLDialect and related dialects.-
Constructor Summary
ConstructorsConstructorDescriptionMySQLServerConfiguration(int bytesPerCharacter, boolean noBackslashEscapesEnabled, String storageEngine) -
Method Summary
-
Constructor Details
-
MySQLServerConfiguration
public MySQLServerConfiguration(int bytesPerCharacter, boolean noBackslashEscapesEnabled, String storageEngine)
-
-
Method Details
-
getBytesPerCharacter
public int getBytesPerCharacter() -
isNoBackslashEscapesEnabled
public boolean isNoBackslashEscapesEnabled() -
getConfiguredStorageEngine
-
fromDialectResolutionInfo
-