public class

JdbcSupportLoader

extends Object
java.lang.Object
   ↳ org.hibernate.engine.jdbc.JdbcSupportLoader

Class Overview

Builds JdbcSupport instances based on the capabilities of the environment.

Summary

Public Constructors
JdbcSupportLoader()
Public Methods
static JdbcSupport loadJdbcSupport(Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC Connection) JdbcSupport.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JdbcSupportLoader ()

Public Methods

public static JdbcSupport loadJdbcSupport (Connection jdbcConnection)

The public factory method for obtaining the appropriate (according to given JDBC Connection) JdbcSupport.

Parameters
jdbcConnection A JDBC Connection which can be used to gauge the drivers level of support, specifically for creating LOB references.
Returns