Uses of Class
org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
Packages that use LobCreatorBuilderImpl
-
Uses of LobCreatorBuilderImpl in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return LobCreatorBuilderImplModifier and TypeMethodDescriptionstatic LobCreatorBuilderImpl
LobCreatorBuilderImpl.makeLobCreatorBuilder
(Dialect dialect) For use when JDBCConnection
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
).