Package com.jk.data.dataaccess.core
package com.jk.data.dataaccess.core
- 
ClassDescriptionThis interface defines a contract for objects that represent database callable statements.This interface defines a contract for custom database object types.This class is an abstract class that implements
JKCustomSqlTypefor array-like custom SQL types.This class is an abstract class that implementsJKCustomSqlTypefor structured custom SQL types.This class provides a comprehensive set of methods for interacting with a database.This interface defines methods for interacting with a database, executing queries, and managing transactions.This class represents a database record with an associated ID and value.This interface used to denote classes or components related to database operations in the JK framework.This interface is used to define database query finders within the JK framework.This class is an implementation of theJKFinderinterface.JKPopulator<T>This interface defines a method for populating objects of typeTfrom aResultSet.This class represents a record of a logged database query execution.This interface defines methods for updating database records using prepared statements.