Package org.hibernate.engine.jdbc.env.internal
package org.hibernate.engine.jdbc.env.internal
-
ClassDescriptionLobCreator which can use
Connection.createBlob()andConnection.createClob(), butNClobreferences are created locally.Default implementation ofSchemaNameResolver.Standard implementation of ExtractedDatabaseMetaDataUtilities for LOB creationBuildsLobCreatorinstances based on the capabilities of the environment.Enumeration of the JDBC LOB locator typesStandard implementation of QualifiedObjectNameFormatter which uses information reported byDatabaseMetaDatato render qualified names.LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.