Uses of Interface
com.jk.data.dataaccess.core.JKFinder
Packages that use JKFinder
-
Uses of JKFinder in com.jk.data.dataaccess.core
Classes in com.jk.data.dataaccess.core that implement JKFinderModifier and TypeClassDescriptionclass
This class is an implementation of theJKFinder
interface.Methods in com.jk.data.dataaccess.core with parameters of type JKFinderModifier and TypeMethodDescription<T> T
JKDataAccessImpl.findRecord
(JKFinder finder) This method finds and retrieves a record from the database table based on the providedJKFinder
criteria.<T> T
JKDataAccessImpl.findRecord
(JKFinder finder, String tableName, Object recordId) This method finds and retrieves a specific record from the specified database table using the providedJKFinder
and record ID.<T> T
JKDataAccessService.findRecord
(JKFinder finder) This method finds and retrieves a record from the database table based on the providedJKFinder
criteria.<T> T
JKDataAccessService.findRecord
(JKFinder finder, String tableName, Object recordId) This method finds and retrieves a specific record from the specified database table using the providedJKFinder
and record ID.<T> List<T>
This method retrieves a list of objects based on the providedJKFinder
criteria.<T> List<T>
Gets the list.<T> List<T>
This method retrieves a list of objects based on the providedJKFinder
criteria.<T> List<T>
Gets the list.protected PreparedStatement
JKDataAccessImpl.prepareQueryStatement
(Connection connection, JKFinder finder) This method prepares aPreparedStatement
for executing a database query based on the criteria specified in the givenJKFinder
instance.