Class LobCreatorBuilder
- java.lang.Object
-
- org.hibernate.engine.jdbc.internal.LobCreatorBuilder
-
public class LobCreatorBuilder extends Object
BuildsLobCreatorinstances based on the capabilities of the environment.
-
-
Constructor Summary
Constructors Constructor Description LobCreatorBuilder(Map<String,Object> configValues, Connection jdbcConnection)The public factory method for obtaining the appropriate according to given JDBCConnection.LobCreatorBuilder(Properties configValues, Connection jdbcConnection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LobCreatorbuildLobCreator(LobCreationContext lobCreationContext)Build a LobCreator using the given context
-
-
-
Constructor Detail
-
LobCreatorBuilder
public LobCreatorBuilder(Map<String,Object> configValues, Connection jdbcConnection)
The public factory method for obtaining the appropriate according to given JDBCConnection.- Parameters:
configValues- The map of settingsjdbcConnection- A JDBCConnectionwhich can be used to gauge the drivers level of support, specifically for creating LOB references.
-
LobCreatorBuilder
public LobCreatorBuilder(Properties configValues, Connection jdbcConnection)
-
-
Method Detail
-
buildLobCreator
public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context- Parameters:
lobCreationContext- The LOB creation context- Returns:
- The LobCreator
-
-