|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.meta.MetaAutoFetchTunedQueryInfo
public class MetaAutoFetchTunedQueryInfo
"Tuned fetch" information used by AutoFetch.
Note that the queryPoint is effectively the Id field for this bean.
The queryPoint identifies both the query and call stack.
Constructor Summary | |
---|---|
MetaAutoFetchTunedQueryInfo()
|
|
MetaAutoFetchTunedQueryInfo(ObjectGraphOrigin origin,
String tunedDetail,
int profileCount,
int tunedCount,
long lastTuneTime)
|
Method Summary | |
---|---|
String |
getBeanType()
Return the type of bean this is tuned for. |
String |
getId()
Return the query point key. |
long |
getLastTuneTime()
Return the time of the last tune (that changed the query). |
ObjectGraphOrigin |
getOrigin()
Return the query point. |
int |
getProfileCount()
The number of profiled queries the tuned query is based on. |
int |
getTunedCount()
Return the number of queries tuned. |
String |
getTunedDetail()
The tuned query detail in string form. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MetaAutoFetchTunedQueryInfo()
public MetaAutoFetchTunedQueryInfo(ObjectGraphOrigin origin, String tunedDetail, int profileCount, int tunedCount, long lastTuneTime)
Method Detail |
---|
public String getId()
public String getBeanType()
public ObjectGraphOrigin getOrigin()
public String getTunedDetail()
public int getProfileCount()
public int getTunedCount()
public long getLastTuneTime()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |