接口的使用
org.hibernate.dialect.ColumnAliasExtractor
-
使用ColumnAliasExtractor的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. -
-
org.hibernate.dialect中ColumnAliasExtractor的使用
声明为ColumnAliasExtractor的org.hibernate.dialect中的字段 修饰符和类型 字段 说明 static ColumnAliasExtractorColumnAliasExtractor. COLUMN_LABEL_EXTRACTORAn extractor which usesResultSetMetaData.getColumnLabel(int)static ColumnAliasExtractorColumnAliasExtractor. COLUMN_NAME_EXTRACTORAn extractor which usesResultSetMetaData.getColumnName(int)返回ColumnAliasExtractor的org.hibernate.dialect中的方法 修饰符和类型 方法 说明 ColumnAliasExtractorDialect. getColumnAliasExtractor()
-