|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.engine.jdbc.JdbcSupportLoader
public class JdbcSupportLoader
Builds JdbcSupport
instances based on the capabilities of the environment.
Constructor Summary | |
---|---|
JdbcSupportLoader()
|
Method Summary | |
---|---|
static JdbcSupport |
loadJdbcSupport(java.sql.Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC Connection )
JdbcSupport . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcSupportLoader()
Method Detail |
---|
public static JdbcSupport loadJdbcSupport(java.sql.Connection jdbcConnection)
Connection
)
JdbcSupport
.
jdbcConnection
- A JDBC Connection
which can be used to gauge the drivers level of support,
specifically for creating LOB references.
JdbcSupport
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |