Package io.ebean.bean

Class CallStack

  • All Implemented Interfaces:
    CallOrigin, Serializable

    public final class CallStack
    extends Object
    implements Serializable, CallOrigin
    Represent the call stack (stack trace elements).

    Used with a query to identify a CallStackQuery for AutoTune automatic query tuning.

    This is used so that a single query called from different methods can be tuned for each different call stack.

    Note the call stack is trimmed to remove the common ebean internal elements.

    See Also:
    Serialized Form