|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectGraphOrigin | |
---|---|
com.avaje.ebean.bean | Enhanced beans API and Support objects |
com.avaje.ebean.meta | Entity Beans for getting "Meta" data from Ebean |
Uses of ObjectGraphOrigin in com.avaje.ebean.bean |
---|
Methods in com.avaje.ebean.bean that return ObjectGraphOrigin | |
---|---|
ObjectGraphOrigin |
ObjectGraphNode.getOriginQueryPoint()
Return the origin query point. |
Constructors in com.avaje.ebean.bean with parameters of type ObjectGraphOrigin | |
---|---|
ObjectGraphNode(ObjectGraphOrigin originQueryPoint,
String path)
Create an the root level. |
Uses of ObjectGraphOrigin in com.avaje.ebean.meta |
---|
Methods in com.avaje.ebean.meta that return ObjectGraphOrigin | |
---|---|
ObjectGraphOrigin |
MetaAutoFetchTunedQueryInfo.getOrigin()
Return the query point. |
ObjectGraphOrigin |
MetaAutoFetchStatistic.getOrigin()
Return the query point. |
Constructors in com.avaje.ebean.meta with parameters of type ObjectGraphOrigin | |
---|---|
MetaAutoFetchStatistic(ObjectGraphOrigin origin,
int counter,
List<MetaAutoFetchStatistic.QueryStats> queryStats,
List<MetaAutoFetchStatistic.NodeUsageStats> nodeUsageStats)
|
|
MetaAutoFetchTunedQueryInfo(ObjectGraphOrigin origin,
String tunedDetail,
int profileCount,
int tunedCount,
long lastTuneTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |