|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AutofetchMode | |
|---|---|
| com.avaje.ebean.config | Configuration settings for EbeanServer construction |
| Uses of AutofetchMode in com.avaje.ebean.config |
|---|
| Methods in com.avaje.ebean.config that return AutofetchMode | |
|---|---|
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. |
| Methods in com.avaje.ebean.config with parameters of type AutofetchMode | |
|---|---|
void |
AutofetchConfig.setMode(AutofetchMode mode)
Set the mode used when autofetch has not been explicit defined on a query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||