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

Packages that use LobCreationContext
org.hibernate.engine.jdbc   
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.event.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of LobCreationContext in org.hibernate.engine.jdbc
 

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

Uses of LobCreationContext in org.hibernate.engine.jdbc.internal
 

Methods in org.hibernate.engine.jdbc.internal with parameters of type LobCreationContext
 LobCreator LobCreatorBuilder.buildLobCreator(LobCreationContext lobCreationContext)
           
 LobCreator JdbcServicesImpl.getLobCreator(LobCreationContext lobCreationContext)
           
 

Uses of LobCreationContext in org.hibernate.engine.jdbc.spi
 

Methods in org.hibernate.engine.jdbc.spi with parameters of type LobCreationContext
 LobCreator JdbcServices.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).
 

Uses of LobCreationContext in org.hibernate.engine.spi
 

Subinterfaces of LobCreationContext in org.hibernate.engine.spi
 interface SessionImplementor
          Defines the internal contract between Session / StatelessSession and other parts of Hibernate such as Type, EntityPersister and CollectionPersister implementors
 

Uses of LobCreationContext in org.hibernate.envers.entities.mapper.relation.lazy
 

Classes in org.hibernate.envers.entities.mapper.relation.lazy that implement LobCreationContext
 class AbstractDelegateSessionImplementor
           
 class ToOneDelegateSessionImplementor
           
 

Uses of LobCreationContext in org.hibernate.event.spi
 

Subinterfaces of LobCreationContext in org.hibernate.event.spi
 interface EventSource
           
 

Uses of LobCreationContext in org.hibernate.internal
 

Classes in org.hibernate.internal that implement LobCreationContext
 class AbstractSessionImpl
          Functionality common to stateless and stateful sessions
 class SessionImpl
          Concrete implementation of a Session.
 class StatelessSessionImpl
           
 



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