Package org.hibernate.engine.jdbc.env.internal
package org.hibernate.engine.jdbc.env.internal
-
ClassDescriptionConvenient base class for proxy-based
LobCreator
for handling wrapping.LobCreator
which can useConnection.createBlob()
andConnection.createClob()
, butNClob
references are created locally.Default implementation ofSchemaNameResolver
.Standard implementation ofExtractedDatabaseMetaData
Utilities for LOB creationBuildsLobCreator
instances based on the capabilities of the environment.Enumeration of the JDBC LOB locator typesLobCreator
implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC connection.Standard implementation ofQualifiedObjectNameFormatter
which uses information reported byDatabaseMetaData
to render qualified names.LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.