You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial commit was a copy sic of the kmt tool.
There are methods that are just wrapped and should be removed if not requiring caching. Use delegate/magic. Possibly the interface methods have been added for IDE completion?
getTemplate .. straight wrap.. possible caching requirement
getByRef .. straight wrap
getByIds .. straight wrap
getAll .. straight wrap
getId .. straight wrap
getHistory .. straight wrap
finalize .. straight wrap
destroy .. straight wrap
addExtraHeaders .. straight wrap
setQueryLogger .. straight wrap
getQueryLogger .. straight wrap
Utilize a connector interface from the connector ?
The text was updated successfully, but these errors were encountered:
The initial commit was a copy sic of the kmt tool.
There are methods that are just wrapped and should be removed if not requiring caching. Use delegate/magic. Possibly the interface methods have been added for IDE completion?
getTemplate
.. straight wrap.. possible caching requirementgetByRef
.. straight wrapgetByIds
.. straight wrapgetAll
.. straight wrapgetId
.. straight wrapgetHistory
.. straight wrapfinalize
.. straight wrapdestroy
.. straight wrapaddExtraHeaders
.. straight wrapsetQueryLogger
.. straight wrapgetQueryLogger
.. straight wrapUtilize a connector interface from the connector ?
The text was updated successfully, but these errors were encountered: