Package org.hibernate.engine.jdbc.env.spi
package org.hibernate.engine.jdbc.env.spi
-
ClassDescriptionMaintains the set of ANSI SQL keywordsInformation extracted from
DatabaseMetaData
regarding what the JDBC driver reports as being supported or not.An enumeration of the wayDatabaseMetaData
might store and return identifiersHelper for handlingIdentifier
instances.Builder forIdentifierHelper
instances.Initial look at this concept we keep talking about with merging information fromDatabaseMetaData
andDialect
Enumerated values representing the level of support for catalog and schema.Contract for rendering qualified object names for use in queries, etc.Contract for resolving the schema of aConnection
.Enum interpretation of the valid values fromDatabaseMetaData.getSQLStateType()