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

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

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

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

Uses of LobCreationContext.Callback in org.hibernate.impl
 

Methods in org.hibernate.impl with parameters of type LobCreationContext.Callback
 java.lang.Object SessionImpl.execute(LobCreationContext.Callback callback)
          Execute the given callback, making sure it has access to a viable JDBC Connection.
 



Copyright © 2012. All Rights Reserved.