类 LobCreatorBuilder
- java.lang.Object
-
- org.hibernate.engine.jdbc.internal.LobCreatorBuilder
-
public class LobCreatorBuilder extends Object
BuildsLobCreatorinstances based on the capabilities of the environment.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 LobCreatorBuilder(Map configValues, Connection jdbcConnection)The public factory method for obtaining the appropriate (according to given JDBCConnection.
-
-
-
构造器详细资料
-
LobCreatorBuilder
public LobCreatorBuilder(Map configValues, Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBCConnection.- 参数:
configValues- The map of settingsjdbcConnection- A JDBCConnectionwhich can be used to gauge the drivers level of support, specifically for creating LOB references.
-
-
方法详细资料
-
buildLobCreator
public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context- 参数:
lobCreationContext- The LOB creation context- 返回:
- The LobCreator
-
-