public enum NullPrecedence extends Enum<NullPrecedence>
| Enum Constant and Description |
|---|
FIRST
Wartości
null na początku. |
LAST
Wartości
null na końcu. |
NONE
Brak reguły.
|
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.NullPrecedence |
unwrap() |
static NullPrecedence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullPrecedence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NullPrecedence NONE
public static final NullPrecedence FIRST
null na początku.public static final NullPrecedence LAST
null na końcu.public static NullPrecedence[] values()
for (NullPrecedence c : NullPrecedence.values()) System.out.println(c);
public static NullPrecedence valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.hibernate.NullPrecedence unwrap()
Copyright © 2025 Suncode. All rights reserved.