JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
io.ebean.api
io.ebean.bean
CallOrigin
Contents
Description
Method Summary
Method Details
top()
description()
key(int)
Hide sidebar
Show sidebar
Interface CallOrigin
All Known Implementing Classes:
CallStack
public interface
CallOrigin
A call origin for query execution profiling to collect graph use (for query tuning).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
description
()
Return the full description of the call origin.
String
key
(int queryHash)
Compute and return an origin key based on the query hash.
String
top
()
Return the top element.
Method Details
top
String
top
()
Return the top element. Typically the top stack element with class and line.
description
String
description
()
Return the full description of the call origin.
key
String
key
(int queryHash)
Compute and return an origin key based on the query hash.