接口的使用
org.hibernate.engine.jdbc.LobCreationContext
-
使用LobCreationContext的程序包 程序包 说明 org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.jdbc中LobCreationContext的使用
参数类型为LobCreationContext的org.hibernate.engine.jdbc中的构造器 构造器 说明 ContextualLobCreator(LobCreationContext lobCreationContext)Constructs a ContextualLobCreator -
org.hibernate.engine.jdbc.env.internal中LobCreationContext的使用
参数类型为LobCreationContext的org.hibernate.engine.jdbc.env.internal中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilderImpl. buildLobCreator(LobCreationContext lobCreationContext)Build a LobCreator using the given context -
org.hibernate.engine.jdbc.env.spi中LobCreationContext的使用
参数类型为LobCreationContext的org.hibernate.engine.jdbc.env.spi中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext) -
org.hibernate.engine.jdbc.internal中LobCreationContext的使用
参数类型为LobCreationContext的org.hibernate.engine.jdbc.internal中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext)Build a LobCreator using the given contextLobCreatorJdbcServicesImpl. getLobCreator(LobCreationContext lobCreationContext) -
org.hibernate.engine.jdbc.spi中LobCreationContext的使用
参数类型为LobCreationContext的org.hibernate.engine.jdbc.spi中的方法 修饰符和类型 方法 说明 LobCreatorJdbcServices. getLobCreator(LobCreationContext lobCreationContext)Create an instance of aLobCreatorappropriate for the current environment, mainly meant to account for variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5). -
org.hibernate.engine.spi中LobCreationContext的使用
org.hibernate.engine.spi中LobCreationContext的子接口 修饰符和类型 接口 说明 interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".实现LobCreationContext的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中LobCreationContext的使用
org.hibernate.event.spi中LobCreationContext的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中LobCreationContext的使用
实现LobCreationContext的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassAbstractSharedSessionContractBase class for SharedSessionContract/SharedSessionContractImplementor implementations.classSessionImplConcrete implementation of a Session.classStatelessSessionImpl
-