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

Packages that use LobCreationContext
org.hibernate.engine.jdbc   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of LobCreationContext in org.hibernate.engine.jdbc
 

Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext
 LobCreator JdbcSupportImpl.getLobCreator(LobCreationContext lobCreationContext)
           
 LobCreator JdbcSupport.getLobCreator(LobCreationContext lobCreationContext)
          Create an instance of a LobCreator appropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
 

Constructors in org.hibernate.engine.jdbc with parameters of type LobCreationContext
ContextualLobCreator(LobCreationContext lobCreationContext)
           
 

Uses of LobCreationContext in org.hibernate.impl
 

Classes in org.hibernate.impl that implement LobCreationContext
 class SessionImpl
          Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
 



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