Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
Modifier and Type | Method and Description |
---|---|
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.resolveByName(String name)
Resolves the strategy by name, in a case insensitive manner.
|
static ResultColumnReferenceStrategy |
ResultColumnReferenceStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultColumnReferenceStrategy[] |
ResultColumnReferenceStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.