Methods in com.jdbaccess.dao that return Result |
Result |
DataAccessObjectImpl.find(java.lang.String objectType,
java.lang.String selectName)
|
Result |
DataAccessObject.find(java.lang.String objectType,
java.lang.String selectName)
Try to do a find with that object type and select name over the defined data access xml
files. |
Result |
DataAccessObjectImpl.find(java.lang.String objectType,
java.lang.String selectName,
java.lang.String sql,
java.lang.String sqlCount,
java.util.ArrayList params,
java.util.ArrayList orderBy,
java.lang.Class resultType,
java.util.ArrayList resultFieldTypes,
boolean readFull)
|
Result |
DataAccessObject.find(java.lang.String objectType,
java.lang.String selectName,
java.lang.String sql,
java.lang.String sqlCount,
java.util.ArrayList params,
java.util.ArrayList orderBy,
java.lang.Class resultType,
java.util.ArrayList resultFieldTypes,
boolean readFull)
Try to do a find with that object type and select name over the defined data access xml
files. |