接口的使用
org.hibernate.engine.jdbc.LobCreator
-
使用LobCreator的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.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.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.type.descriptor -
-
org.hibernate中LobCreator的使用
返回LobCreator的org.hibernate中的方法 修饰符和类型 方法 说明 static LobCreatorHibernate. getLobCreator(SessionImplementor session)Obtain a lob creator for the given session.static LobCreatorHibernate. getLobCreator(SharedSessionContractImplementor session)Obtain a lob creator for the given session.static LobCreatorHibernate. getLobCreator(Session session)Obtain a lob creator for the given session. -
org.hibernate.engine.jdbc中LobCreator的使用
实现LobCreator的org.hibernate.engine.jdbc中的类 修饰符和类型 类 说明 classAbstractLobCreatorConvenient base class for proxy-based LobCreator for handling wrapping.classContextualLobCreatorLobCreatorimplementation using contextual creation against the JDBCConnectionclass's LOB creation methods.classNonContextualLobCreatorLobCreatorimplementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBCConnection. -
org.hibernate.engine.jdbc.env.internal中LobCreator的使用
返回LobCreator的org.hibernate.engine.jdbc.env.internal中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilderImpl. buildLobCreator(LobCreationContext lobCreationContext)Build a LobCreator using the given context -
org.hibernate.engine.jdbc.env.spi中LobCreator的使用
返回LobCreator的org.hibernate.engine.jdbc.env.spi中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext) -
org.hibernate.engine.jdbc.internal中LobCreator的使用
返回LobCreator的org.hibernate.engine.jdbc.internal中的方法 修饰符和类型 方法 说明 LobCreatorLobCreatorBuilder. buildLobCreator(LobCreationContext lobCreationContext)Build a LobCreator using the given contextLobCreatorJdbcServicesImpl. getLobCreator(LobCreationContext lobCreationContext) -
org.hibernate.engine.jdbc.spi中LobCreator的使用
返回LobCreator的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中LobCreator的使用
返回LobCreator的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 LobCreatorSessionDelegatorBaseImpl. getLobCreator() -
org.hibernate.internal中LobCreator的使用
返回LobCreator的org.hibernate.internal中的方法 修饰符和类型 方法 说明 LobCreatorAbstractSharedSessionContract. getLobCreator() -
org.hibernate.type.descriptor中LobCreator的使用
返回LobCreator的org.hibernate.type.descriptor中的方法 修饰符和类型 方法 说明 LobCreatorWrapperOptions. getLobCreator()Obtain access to theLobCreator
-