Package org.hibernate.engine.jdbc.env.internal
package org.hibernate.engine.jdbc.env.internal
-
ClassDescriptionConvenient base class for proxy-based
LobCreatorfor handling wrapping.LobCreatorwhich can useConnection.createBlob()andConnection.createClob(), butNClobreferences are created locally.Default implementation ofSchemaNameResolverusingConnection.getSchema().Standard implementation ofExtractedDatabaseMetaDataUtilities for LOB creationBuildsLobCreatorinstances based on the capabilities of the environment.Enumeration of the JDBC LOB locator typesLobCreatorimplementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC connection.Standard implementation ofQualifiedObjectNameFormatterwhich uses information reported byDatabaseMetaDatato render qualified names.LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.