Package com.jk.data.dataaccess.core
Class JKFinderAdapter
java.lang.Object
com.jk.data.dataaccess.core.JKFinderAdapter
- All Implemented Interfaces:
JKDBOperation
,JKFinder
This class is an implementation of the
JKFinder
interface.- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
This method is yet to be implemented (TBI).<T> T
This method is yet to be implemented (TBI).void
This method is yet to be implemented (TBI).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jk.data.dataaccess.core.JKFinder
isMultiTenant
-
Constructor Details
-
JKFinderAdapter
public JKFinderAdapter()
-
-
Method Details
-
getQuery
This method is yet to be implemented (TBI). -
populate
This method is yet to be implemented (TBI).- Specified by:
populate
in interfaceJKFinder
- Type Parameters:
T
- Specifies the type of objects.- Parameters:
rs
- Specifies the ResultSet containing query results.- Returns:
- the object populated with data from the ResultSet.
- Throws:
SQLException
- if a database access error occurs.
-
setParameters
This method is yet to be implemented (TBI).- Specified by:
setParameters
in interfaceJKFinder
- Parameters:
ps
- Specifies the PreparedStatement to set parameters on.- Throws:
SQLException
- if a database access error occurs.
-