Interface MySQLDialectConfig
public interface MySQLDialectConfig
Configuration specific to the Hibernate ORM MySQLDialect,
though may also affect other dialects such as MariaDBDialect.
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the bytes per character to use based on the database's configured charset.default booleanSpecifies whether theNO_BACKSLASH_ESCAPESsql mode is enabled.The storage engine to use.
-
Method Details
-
bytesPerCharacter
Specifies the bytes per character to use based on the database's configured charset.- See Also:
-
noBackslashEscapes
Specifies whether theNO_BACKSLASH_ESCAPESsql mode is enabled.- See Also:
-
storageEngine
@WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) @WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) Optional<String> storageEngine()The storage engine to use. -
isAnyPropertySet
default boolean isAnyPropertySet()
-