Class MySqlDialectFactory

    • Constructor Detail

      • MySqlDialectFactory

        public MySqlDialectFactory()
    • Method Detail

      • acceptsURL

        public boolean acceptsURL​(String url)
        Description copied from interface: JdbcDialectFactory
        Retrieves whether the dialect thinks that it can open a connection to the given URL. Typically, dialects will return true if they understand the sub-protocol specified in the URL and false if they do not.
        Specified by:
        acceptsURL in interface JdbcDialectFactory
        Parameters:
        url - the URL of the database
        Returns:
        true if this dialect understands the given URL; false otherwise.