Class DatabaseMetaDataDialectResolutionInfoAdapter

java.lang.Object
org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
All Implemented Interfaces:
DatabaseVersion, DialectResolutionInfo

public class DatabaseMetaDataDialectResolutionInfoAdapter extends Object implements DialectResolutionInfo
An implementation of DialectResolutionInfo that delegates calls to a wrapped DatabaseMetaData.

All SQLExceptions resulting from calls on the DatabaseMetaData are converted to the Hibernate JDBCException hierarchy.