Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
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 |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyDefaultNullPrecedence(NullPrecedence nullPrecedence)
Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied order-by clauses rendered into
SQL queries.
|
Modifier and Type | Method and Description |
---|---|
NullPrecedence |
SessionFactoryOptionsState.getDefaultNullPrecedence() |
NullPrecedence |
SessionFactoryOptionsImpl.getDefaultNullPrecedence() |
NullPrecedence |
SessionFactoryBuilderImpl.getDefaultNullPrecedence() |
NullPrecedence |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getDefaultNullPrecedence() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyDefaultNullPrecedence(NullPrecedence nullPrecedence) |
Modifier and Type | Method and Description |
---|---|
NullPrecedence |
SessionFactoryOptions.getDefaultNullPrecedence() |
NullPrecedence |
AbstractDelegatingSessionFactoryOptions.getDefaultNullPrecedence() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyDefaultNullPrecedence(NullPrecedence nullPrecedence) |
Modifier and Type | Method and Description |
---|---|
NullPrecedence |
Settings.getDefaultNullPrecedence()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.nulls(NullPrecedence nullPrecedence)
Defines precedence for nulls.
|
Modifier and Type | Method and Description |
---|---|
String |
SQLServer2008Dialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nulls) |
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
|
String |
DB2Dialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nullPrecedence)
Handle DB2 "support" for null precedence...
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.