| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.autofetch |
AutoFetch Implementation
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.jmx | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
AutoFetchManager |
SpiEbeanServer.getAutoFetchManager()
Return the AutoFetchListener.
|
AutoFetchManager |
SpiQuery.getAutoFetchManager()
If return null then no autoFetch profiling for this query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.setAutoFetchManager(AutoFetchManager manager)
This has the effect of turning on autoFetch profiling for this query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAutoFetchManager
The manager of all the usage/query statistics as well as the tuned fetch
information.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoFetchManager |
AutoFetchManagerFactory.create(SpiEbeanServer server,
ServerConfig serverConfig,
ResourceManager resourceManager) |
| Modifier and Type | Method and Description |
|---|---|
AutoFetchManager |
InternalConfiguration.createAutoFetchManager(SpiEbeanServer server) |
AutoFetchManager |
DefaultServer.getAutoFetchManager() |
AutoFetchManager |
DefaultServer.getProfileListener()
Return the Profile Listener.
|
| Constructor and Description |
|---|
MAdminAutofetch(AutoFetchManager autoFetchListener) |
| Modifier and Type | Method and Description |
|---|---|
AutoFetchManager |
DefaultOrmQuery.getAutoFetchManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setAutoFetchManager(AutoFetchManager autoFetchManager) |
Copyright © 2014. All Rights Reserved.