JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.jk.data.dataaccess.core.JKCaller
Packages that use
JKCaller
Package
Description
com.jk.data.dataaccess.core
Uses of
JKCaller
in
com.jk.data.dataaccess.core
Methods in
com.jk.data.dataaccess.core
with parameters of type
JKCaller
Modifier and Type
Method
Description
<T> T
JKDataAccessImpl.
call
(
JKCaller
caller)
This method executes a database operation defined by the provided
JKCaller
.
<T> T
JKDataAccessService.
call
(
JKCaller
caller)
This method executes a database operation defined by the provided
JKCaller
.