Class MySQL57InnoDBDialect

  • All Implemented Interfaces:
    ConversionContext

    @Deprecated
    public class MySQL57InnoDBDialect
    extends MySQL5InnoDBDialect
    Deprecated.
    Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
    • Constructor Detail

      • MySQL57InnoDBDialect

        public MySQL57InnoDBDialect()
        Deprecated.
    • Method Detail

      • supportsRowValueConstructorSyntaxInInList

        public boolean supportsRowValueConstructorSyntaxInInList()
        Deprecated.
        Description copied from class: Dialect
        If the dialect supports row values, does it offer such support in IN lists as well?

        For example, "... where (FIRST_NAME, LAST_NAME) IN ( (?, ?), (?, ?) ) ..."

        Overrides:
        supportsRowValueConstructorSyntaxInInList in class Dialect
        Returns:
        supports IN clause row value expressions
        See Also:
        MySQL 5.7 work log