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

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

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

Fields in org.hibernate.engine.jdbc declared as LobCreationContext.Callback
static LobCreationContext.Callback<Blob> ContextualLobCreator.CREATE_BLOB_CALLBACK
           
static LobCreationContext.Callback<Clob> ContextualLobCreator.CREATE_CLOB_CALLBACK
           
static LobCreationContext.Callback<NClob> ContextualLobCreator.CREATE_NCLOB_CALLBACK
           
 

Methods in org.hibernate.engine.jdbc with parameters of type LobCreationContext.Callback
<T> T
LobCreationContext.execute(LobCreationContext.Callback<T> callback)
          Execute the given callback, making sure it has access to a viable JDBC Connection.
 

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

Methods in org.hibernate.envers.entities.mapper.relation.lazy with parameters of type LobCreationContext.Callback
<T> T
AbstractDelegateSessionImplementor.execute(LobCreationContext.Callback<T> callback)
           
 

Uses of LobCreationContext.Callback in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type LobCreationContext.Callback
<T> T
AbstractSessionImpl.execute(LobCreationContext.Callback<T> callback)
           
 



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