|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcSupport | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.engine.jdbc |
Uses of JdbcSupport in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return JdbcSupport | |
---|---|
JdbcSupport |
Settings.getJdbcSupport()
|
Uses of JdbcSupport in org.hibernate.engine.jdbc |
---|
Classes in org.hibernate.engine.jdbc that implement JdbcSupport | |
---|---|
class |
JdbcSupportImpl
TODO : javadoc |
Methods in org.hibernate.engine.jdbc that return JdbcSupport | |
---|---|
static JdbcSupport |
JdbcSupportLoader.loadJdbcSupport(Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC Connection )
JdbcSupport . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |