Hi irakli81,
please post your code in readable form. The Rich Text Editor in the forums works pretty well.
Two things:
Blama
please post your code in readable form. The Rich Text Editor in the forums works pretty well.
Two things:
- Use a different Criteria-constructor and no call to criteria.setAttribute().
- Do not use Stored Functions and Stored Procedures if not absolutely necessary (scan the QSG for "stored procedure"). It is most likely not necessary for SELECTs. If you really have to, see this thread.
Blama
Comment