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 TypeClassDescriptionclassThis class is an implementation of theJKFinderinterface.Methods in com.jk.data.dataaccess.core with parameters of type JKFinderModifier and TypeMethodDescription<T> TJKDataAccessImpl.findRecord(JKFinder finder) This method finds and retrieves a record from the database table based on the providedJKFindercriteria.<T> TJKDataAccessImpl.findRecord(JKFinder finder, String tableName, Object recordId) This method finds and retrieves a specific record from the specified database table using the providedJKFinderand record ID.<T> TJKDataAccessService.findRecord(JKFinder finder) This method finds and retrieves a record from the database table based on the providedJKFindercriteria.<T> TJKDataAccessService.findRecord(JKFinder finder, String tableName, Object recordId) This method finds and retrieves a specific record from the specified database table using the providedJKFinderand record ID.<T> List<T>This method retrieves a list of objects based on the providedJKFindercriteria.<T> List<T>Gets the list.<T> List<T>This method retrieves a list of objects based on the providedJKFindercriteria.<T> List<T>Gets the list.protected PreparedStatementJKDataAccessImpl.prepareQueryStatement(Connection connection, JKFinder finder) This method prepares aPreparedStatementfor executing a database query based on the criteria specified in the givenJKFinderinstance.