| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| Modifier and Type | Field and Description |
|---|---|
static ColumnAliasExtractor |
ColumnAliasExtractor.COLUMN_LABEL_EXTRACTOR
An extractor which uses
ResultSetMetaData.getColumnLabel(int) |
static ColumnAliasExtractor |
ColumnAliasExtractor.COLUMN_NAME_EXTRACTOR
An extractor which uses
ResultSetMetaData.getColumnName(int) |
| Modifier and Type | Method and Description |
|---|---|
ColumnAliasExtractor |
Dialect.getColumnAliasExtractor() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.