Uses of Enum Class
org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Packages that use NameQualifierSupport
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of NameQualifierSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return NameQualifierSupportModifier and TypeMethodDescriptionCockroachDialect.getNameQualifierSupport()Dialect.getNameQualifierSupport()HANADialect.getNameQualifierSupport()HSQLDialect.getNameQualifierSupport()MySQLDialect.getNameQualifierSupport()PostgreSQLDialect.getNameQualifierSupport()SQLServerDialect.getNameQualifierSupport()SybaseDialect.getNameQualifierSupport() -
Uses of NameQualifierSupport in org.hibernate.engine.jdbc.env.spi
Subclasses with type arguments of type NameQualifierSupport in org.hibernate.engine.jdbc.env.spiModifier and TypeClassDescriptionenumEnumerated values representing the level of support for catalog and schema.Methods in org.hibernate.engine.jdbc.env.spi that return NameQualifierSupportModifier and TypeMethodDescriptionIdentifierHelperBuilder.getNameQualifierSupport()JdbcEnvironment.getNameQualifierSupport()Obtain the level of support for qualified names.static NameQualifierSupportReturns the enum constant of this class with the specified name.static NameQualifierSupport[]NameQualifierSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.engine.jdbc.env.spi with parameters of type NameQualifierSupportModifier and TypeMethodDescriptionvoidIdentifierHelperBuilder.setNameQualifierSupport(NameQualifierSupport nameQualifierSupport)