FetchType |
fetch() |
(Optional) Defines whether the value of the field or property should
be lazily loaded or must be eagerly fetched.
|
FetchType |
fetch() |
(Optional) Whether the collection should be lazily loaded or must be
eagerly fetched.
|
FetchType |
fetch() |
(Optional) Whether the association should be lazily loaded or
must be eagerly fetched.
|
FetchType |
fetch() |
(Optional) Whether the association should be lazily
loaded or must be eagerly fetched.
|
FetchType |
fetch() |
(Optional) Whether the association should be lazily loaded or
must be eagerly fetched.
|
FetchType |
fetch() |
(Optional) Whether the association should be lazily
loaded or must be eagerly fetched.
|
static FetchType |
FetchType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FetchType[] |
FetchType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|