Interface DialectResolutionInfo

  • All Known Implementing Classes:
    DatabaseMetaDataDialectResolutionInfoAdapter

    public interface DialectResolutionInfo
    Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.

    The information here mimics part of the JDBC DatabaseMetaData contract, specifically the portions about database and driver names and versions.