Uses of Interface
org.hibernate.engine.jdbc.JdbcSupport

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 (accoring to given JDBC Connection) JdbcSupport.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.