Uses of Interface
io.ebean.bean.CallOrigin
-
Packages that use CallOrigin Package Description io.ebean.bean Enhanced beans API and Support objects -
-
Uses of CallOrigin in io.ebean.bean
Classes in io.ebean.bean that implement CallOrigin Modifier and Type Class Description class
CallStack
Represent the call stack (stack trace elements).Methods in io.ebean.bean that return CallOrigin Modifier and Type Method Description CallOrigin
ObjectGraphOrigin. getCallOrigin()
The call stack involved.Constructors in io.ebean.bean with parameters of type CallOrigin Constructor Description ObjectGraphOrigin(int queryHash, CallOrigin callOrigin, String beanType)
-