Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
Modifier and Type | Field and Description |
---|---|
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.ALIAS
For databases which do not support
SOURCE , ANSI SQL defines two allowable
approaches. |
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.ORDINAL
For databases which do not support
SOURCE , ANSI SQL defines two allowable
approaches. |
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.SOURCE
This strategy says to reference the result columns by the qualified column name
found in the result source.
|
Modifier and Type | Method and Description |
---|---|
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.parse(String name) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.