public interface EagerFetchModes
Modifier and Type | Field and Description |
---|---|
static int |
EAGER_JOIN
Constant indicating to load relations and subclass data if possible
without separate queries.
|
static int |
EAGER_NONE
Constant indicating not to try to load subclass data and related
objects when querying for an object.
|
static int |
EAGER_PARALLEL
Constant indicating to load relations and subclass data if possible
using either joins or parallel queries.
|
static final int EAGER_NONE
static final int EAGER_JOIN
static final int EAGER_PARALLEL
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.