Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.engine.jdbc.env.internal | |
org.hibernate.engine.jdbc.env.spi | |
org.hibernate.tool.schema.extract.internal | |
org.hibernate.tool.schema.extract.spi |
Modifier and Type | Method and Description |
---|---|
IdentifierHelper |
Dialect.buildIdentifierHelper(IdentifierHelperBuilder builder,
DatabaseMetaData dbMetaData)
Build the IdentifierHelper indicated by this Dialect for handling identifier conversions.
|
IdentifierHelper |
DerbyDialect.buildIdentifierHelper(IdentifierHelperBuilder builder,
DatabaseMetaData dbMetaData)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizingIdentifierHelperImpl |
Modifier and Type | Method and Description |
---|---|
IdentifierHelper |
JdbcEnvironmentImpl.getIdentifierHelper() |
Modifier and Type | Method and Description |
---|---|
IdentifierHelper |
IdentifierHelperBuilder.build() |
IdentifierHelper |
JdbcEnvironment.getIdentifierHelper()
Obtain the helper for dealing with identifiers in this environment.
|
Modifier and Type | Method and Description |
---|---|
protected IdentifierHelper |
InformationExtractorJdbcDatabaseMetaDataImpl.identifierHelper() |
Constructor and Description |
---|
TableInformationImpl(InformationExtractor extractor,
IdentifierHelper identifierHelper,
QualifiedTableName tableName,
boolean physicalTable,
String comment) |
Constructor and Description |
---|
NameSpaceTablesInformation(IdentifierHelper identifierHelper) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.