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 LobCreatorBuilderImplLobCreatorBuilderImpl.makeLobCreatorBuilder(Dialect dialect) For use when JDBCConnectionis not available.static LobCreatorBuilderImplLobCreatorBuilderImpl.makeLobCreatorBuilder(Dialect dialect, Map<String, Object> configValues, Connection jdbcConnection) The public factory method for obtaining the appropriate LOB creator (according to given JDBCConnection).