can i put all operation to database in DatamodelDbImpl?example getFieldInfo();getCombo;...
DatamodelDbImpl implements DataInferface .
so my GUI access directly DatamodelDbImpl's
method .
well then ,what do Model (M of MVC)do?
i think all business logic is operation to database .
please tell me which method in Model?