接口 LobCreationContext
-
- 所有已知实现类:
AbstractSessionImpl,AbstractSharedSessionContract,SessionDelegatorBaseImpl,SessionImpl,StatelessSessionImpl
public interface LobCreationContextProvides callback access into the context in which the LOB is to be created.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceLobCreationContext.Callback<T>The callback contract for making use of the JDBCConnection.
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 <T> Texecute(LobCreationContext.Callback<T> callback)Execute the given callback, making sure it has access to a viable JDBCConnection.
-
-
-
方法详细资料
-
execute
<T> T execute(LobCreationContext.Callback<T> callback)
Execute the given callback, making sure it has access to a viable JDBCConnection.
-
-