|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullPrecedence | |
|---|---|
| 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. |
| Uses of NullPrecedence in org.hibernate |
|---|
| Methods in org.hibernate that return NullPrecedence | |
|---|---|
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. |
| Methods in org.hibernate with parameters of type NullPrecedence | |
|---|---|
static NullPrecedence |
NullPrecedence.parse(String type,
NullPrecedence defaultValue)
|
| Uses of NullPrecedence in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg that return NullPrecedence | |
|---|---|
NullPrecedence |
Settings.getDefaultNullPrecedence()
|
| Uses of NullPrecedence in org.hibernate.criterion |
|---|
| Methods in org.hibernate.criterion with parameters of type NullPrecedence | |
|---|---|
Order |
Order.nulls(NullPrecedence nullPrecedence)
|
| Uses of NullPrecedence in org.hibernate.dialect |
|---|
| Methods in org.hibernate.dialect with parameters of type NullPrecedence | |
|---|---|
String |
MySQLDialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nulls)
|
String |
Dialect.renderOrderByElement(String expression,
String collation,
String order,
NullPrecedence nulls)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||