Class MySQLServerConfiguration

java.lang.Object
org.hibernate.dialect.MySQLServerConfiguration

@Internal public class MySQLServerConfiguration extends Object
Utility class that extract some initial configuration from the database for MySQLDialect and related dialects.
  • Constructor Details

    • MySQLServerConfiguration

      public MySQLServerConfiguration(int bytesPerCharacter, boolean noBackslashEscapesEnabled)
    • MySQLServerConfiguration

      public MySQLServerConfiguration(int bytesPerCharacter, boolean noBackslashEscapesEnabled, String storageEngine)
  • Method Details