Uses of Class
st.orm.template.SqlLog.Scope
Packages that use SqlLog.Scope
-
Uses of SqlLog.Scope in st.orm.template
Methods in st.orm.template that return SqlLog.ScopeModifier and TypeMethodDescriptionstatic SqlLog.ScopeOpens a scope on the calling thread, closed with try-with-resources.static SqlLog.ScopeOpens a scope on the calling thread, recording up tolimitstatements.static SqlLog.ScopeOpens a scope that additionally attributes each execution to the application frame that caused it, which costs a stack walk per execution while the scope records.