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 type) |
static NullPrecedence |
NullPrecedence.parse(String type,
NullPrecedence defaultValue) |
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 type,
NullPrecedence defaultValue) |
Modifier and Type | Method and Description |
---|---|
NullPrecedence |
Settings.getDefaultNullPrecedence() |
Modifier and Type | Method and Description |
---|---|
Order |
Order.nulls(NullPrecedence nullPrecedence) |
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.