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 © 2017 JBoss by Red Hat. All rights reserved.