public class LobCreatorBuilderImpl extends Object implements LobCreatorBuilder
LobCreator
instances based on the capabilities of the environment.Modifier and Type | Method and Description |
---|---|
LobCreator |
buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context
|
static LobCreatorBuilderImpl |
makeLobCreatorBuilder()
For used when JDBC Connection is not available.
|
static LobCreatorBuilderImpl |
makeLobCreatorBuilder(Map configValues,
Connection jdbcConnection)
The public factory method for obtaining the appropriate LOB creator (according to given
JDBC
Connection ). |
public static LobCreatorBuilderImpl makeLobCreatorBuilder(Map configValues, Connection jdbcConnection)
Connection
).configValues
- The map of settingsjdbcConnection
- A JDBC Connection
which can be used to gauge the drivers level of support,
specifically for creating LOB references.public static LobCreatorBuilderImpl makeLobCreatorBuilder()
public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
buildLobCreator
in interface LobCreatorBuilder
lobCreationContext
- The LOB creation contextCopyright © 2017 JBoss by Red Hat. All rights reserved.