Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
Modifier and Type | Method and Description |
---|---|
static NullPrecedence |
NullPrecedence.parse(String name)
Interprets a string representation of a NullPrecedence, returning
null by default. |
static NullPrecedence |
NullPrecedence.parse(String name,
NullPrecedence defaultValue)
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
|
static NullPrecedence |
NullPrecedence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullPrecedence[] |
NullPrecedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NullPrecedence |
NullPrecedence.parse(String name,
NullPrecedence defaultValue)
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
|
Modifier and Type | Method and Description |
---|---|
NullPrecedence |
Settings.getDefaultNullPrecedence() |
Modifier and Type | Method and Description |
---|---|
Order |
Order.nulls(NullPrecedence nullPrecedence)
Defines precedence for nulls.
|
Modifier and Type | Method and Description |
---|---|
String |
MySQLDialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nulls) |
String |
Dialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nulls)
Renders an ordering fragment
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.