| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.autofetch |
AutoFetch Implementation
|
| Modifier and Type | Method and Description |
|---|---|
AutofetchMode |
AutofetchConfig.getMode()
Return the mode used when autofetch has not been explicit defined on a
query.
|
static AutofetchMode |
AutofetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutofetchMode[] |
AutofetchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutofetchConfig.setMode(AutofetchMode mode)
Set the mode used when autofetch has not been explicit defined on a query.
|
| Modifier and Type | Method and Description |
|---|---|
AutofetchMode |
DefaultAutoFetchManager.getMode() |
AutofetchMode |
AutoFetchManager.getMode()
This controls whether autoFetch is used when it has not been explicitly
set on a query via
Query#setAutoFetch(boolean). |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAutoFetchManager.setMode(AutofetchMode mode) |
void |
AutoFetchManager.setMode(AutofetchMode Mode)
Set the auto fetch mode used when a query has not had
Query#setAutoFetch(boolean). |
Copyright © 2014. All Rights Reserved.