Uses of Class
org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
-
Packages that use LobCreatorBuilderImpl Package Description org.hibernate.engine.jdbc.env.internal -
-
Uses of LobCreatorBuilderImpl in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return LobCreatorBuilderImpl Modifier and Type Method Description static LobCreatorBuilderImpl
LobCreatorBuilderImpl. makeLobCreatorBuilder()
For used when JDBC Connection is not available.static LobCreatorBuilderImpl
LobCreatorBuilderImpl. makeLobCreatorBuilder(Dialect dialect, Map<String,Object> configValues, Connection jdbcConnection)
The public factory method for obtaining the appropriate LOB creator (according to given JDBCConnection
).
-