| Package | Description |
|---|---|
| com.avaje.ebean.meta |
Meta data that can be retrieved for the EbeanServer.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaQueryPlanStatistic> |
MetaBeanInfo.collectAllQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return all the statistics (include query plans that haven't had query executions).
|
List<MetaQueryPlanStatistic> |
MetaInfoManager.collectQueryPlanStatistics(boolean reset)
Collect and return the query plan statistics for all the beans.
|
List<MetaQueryPlanStatistic> |
MetaBeanInfo.collectQueryPlanStatistics(boolean reset)
Collect the current query plan statistics return the non-empty statistics.
|
Copyright © 2016. All rights reserved.