接口的使用
org.hibernate.engine.jdbc.LobCreationContext.Callback
-
使用LobCreationContext.Callback的程序包 程序包 说明 org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.jdbc中LobCreationContext.Callback的使用
声明为LobCreationContext.Callback的org.hibernate.engine.jdbc中的字段 修饰符和类型 字段 说明 static LobCreationContext.Callback<Blob>ContextualLobCreator. CREATE_BLOB_CALLBACKCallback for performing contextual BLOB creationstatic LobCreationContext.Callback<Clob>ContextualLobCreator. CREATE_CLOB_CALLBACKCallback for performing contextual CLOB creationstatic LobCreationContext.Callback<NClob>ContextualLobCreator. CREATE_NCLOB_CALLBACKCallback for performing contextual NCLOB creation参数类型为LobCreationContext.Callback的org.hibernate.engine.jdbc中的方法 修饰符和类型 方法 说明 <T> TLobCreationContext. execute(LobCreationContext.Callback<T> callback)Execute the given callback, making sure it has access to a viable JDBCConnection. -
org.hibernate.engine.spi中LobCreationContext.Callback的使用
参数类型为LobCreationContext.Callback的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 <T> TSessionDelegatorBaseImpl. execute(LobCreationContext.Callback<T> callback) -
org.hibernate.internal中LobCreationContext.Callback的使用
参数类型为LobCreationContext.Callback的org.hibernate.internal中的方法 修饰符和类型 方法 说明 <T> TAbstractSharedSessionContract. execute(LobCreationContext.Callback<T> callback)
-