| Package | Description |
|---|---|
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
static QFetchStrategy |
QFetchStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QFetchStrategy[] |
QFetchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,QFetchStrategy> |
QCriteriaQueryBase.getFetchStrategies() |
| Modifier and Type | Method and Description |
|---|---|
QCriteria<T> |
QCriteria.fetch(String property,
QFetchStrategy strategy) |
QCriteriaQueryBase<T> |
QCriteriaQueryBase.fetch(String property,
QFetchStrategy strategy)
Set a fetch strategy for a relation.
|
QSelection<T> |
QSelection.fetch(String property,
QFetchStrategy strategy) |
Copyright © 2017 etc.to. All rights reserved.