Uses of Package
org.hibernate.engine.jdbc.env.internal
Packages that use org.hibernate.engine.jdbc.env.internal
-
Classes in org.hibernate.engine.jdbc.env.internal used by org.hibernate.engine.jdbc.env.internalClassDescriptionConvenient 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
BuildsLobCreator
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.